#281406

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

Shades of Cocoa Brown #281406

Tints of Cocoa Brown #281406

Color information

#281406 (or 0x281406) is unknown color: approx Cocoa Brown. HEX triplet: 28, 14 and 06. RGB value is (40,20,6). Sum of RGB (Red+Green+Blue) = 40+20+6=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #281406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281406 is #D7EBF9. Grayscale: #181818. Windows color (decimal): -14150650 or 398376. OLE color: 398376.

HSL color Cylindrical-coordinate representation of color #281406: hue angle of 24.71º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281406 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB40206-
CMYK00.50.850.84
HSL24.71º73.91%9.02%-
HSV(B)24.71º85%15.69%-
XYZ1.160.960.3-
YUV24.38117.63139.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=60.61%
G=30.30%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4020600.50.850.8424.7173.919.02
Hex281460325554194a9
Octal502460621251243111211
Binary101000101001100110010101010110101001100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281406; }

 p { color: rgb(40,20,6); }

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

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

 a { background-color: rgb(40,20,6); }

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

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

 span { border-color: rgb(40,20,6); }

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