#281504

Color #281504 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #281504

Tints of Cocoa Brown #281504

Color information

#281504 (or 0x281504) is unknown color: approx Cocoa Brown. HEX triplet: 28, 15 and 04. RGB value is (40,21,4). Sum of RGB (Red+Green+Blue) = 40+21+4=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #281504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281504 is #D7EAFB. Grayscale: #181818. Windows color (decimal): -14150396 or 267560. OLE color: 267560.

HSL color Cylindrical-coordinate representation of color #281504: hue angle of 28.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #281504 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB40214-
CMYK00.480.900.84
HSL28.33º81.82%8.63%-
HSV(B)28.33º90%15.69%-
XYZ1.1710.25-
YUV24.74116.29138.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 61.54%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=61.54%
G=32.31%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4021400.480.900.8428.3381.828.63
Hex281540305A541c529
Octal502540601321243412211
Binary101000101011000110000101101010101001110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281504; }

 p { color: rgb(40,21,4); }

 H1.HeaderClassName
 {
   color: #281504;
 }
 .AnyTagClassName
 {
   color: #281504;
 }
</style>
background-color css

<style>
 a { background-color: #281504; }

 a { background-color: rgb(40,21,4); }

 div.DivClassName
 {
   background-color: #281504;
 }
 .BgClassName
 {
   background-color: #281504;
 }
</style>
border-color css

<style>
 span { border-color: #281504; }

 span { border-color: rgb(40,21,4); }

 td.TdClassName
 {
   border-color: #281504;
 }
 .TagClassName
 {
   border-color: #281504;
 }
</style>