#282017

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

Shades of Cocoa Brown #282017

Tints of Cocoa Brown #282017

Color information

#282017 (or 0x282017) is unknown color: approx Cocoa Brown. HEX triplet: 28, 20 and 17. RGB value is (40,32,23). Sum of RGB (Red+Green+Blue) = 40+32+23=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #282017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282017 is #D7DFE8. Grayscale: #212121. Windows color (decimal): -14147561 or 1515560. OLE color: 1515560.

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

Color convert

RGB403223-
CMYK00.200.430.84
HSL31.76º26.98%12.35%-
HSV(B)31.76º42.5%15.69%-
XYZ1.551.551.03-
YUV33.37122.15132.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=42.11%
G=33.68%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40322300.200.430.8431.7626.9812.35
Hex2820170142B54201bc
Octal50402702453124403314
Binary101000100000101110101001010111010100100000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282017; }

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

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

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

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

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

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

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

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