#281806

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

Shades of Cocoa Brown #281806

Tints of Cocoa Brown #281806

Color information

#281806 (or 0x281806) is unknown color: approx Cocoa Brown. HEX triplet: 28, 18 and 06. RGB value is (40,24,6). Sum of RGB (Red+Green+Blue) = 40+24+6=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #281806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281806 is #D7E7F9. Grayscale: #1A1A1A. Windows color (decimal): -14149626 or 399400. OLE color: 399400.

HSL color Cylindrical-coordinate representation of color #281806: hue angle of 31.76º 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 #281806 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB40246-
CMYK00.400.850.84
HSL31.76º73.91%9.02%-
HSV(B)31.76º85%15.69%-
XYZ1.231.120.32-
YUV26.73116.3137.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 6 (2.73% from 255) = 8.57%
R=57.14%
G=34.29%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4024600.400.850.8431.7673.919.02
Hex281860285554204a9
Octal503060501251244011211
Binary1010001100011001010001010101101010010000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281806; }

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

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

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

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

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

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

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

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