#282016

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

Shades of Cocoa Brown #282016

Tints of Cocoa Brown #282016

Color information

#282016 (or 0x282016) is unknown color: approx Cocoa Brown. HEX triplet: 28, 20 and 16. RGB value is (40,32,22). Sum of RGB (Red+Green+Blue) = 40+32+22=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #282016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282016 is #D7DFE9. Grayscale: #212121. Windows color (decimal): -14147562 or 1450024. OLE color: 1450024.

HSL color Cylindrical-coordinate representation of color #282016: hue angle of 33.33º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #282016 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB403222-
CMYK00.200.450.84
HSL33.33º29.03%12.16%-
HSV(B)33.33º45%15.69%-
XYZ1.541.540.98-
YUV33.25121.65132.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=42.55%
G=34.04%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40322200.200.450.8433.3329.0312.16
Hex2820160142D54211dc
Octal50402602455124413514
Binary101000100000101100101001011011010100100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282016; }

 p { color: rgb(40,32,22); }

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

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

 a { background-color: rgb(40,32,22); }

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

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

 span { border-color: rgb(40,32,22); }

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