#28170A

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

Shades of Cocoa Brown #28170A

Tints of Cocoa Brown #28170A

Color information

#28170A (or 0x28170A) is unknown color: approx Cocoa Brown. HEX triplet: 28, 17 and 0A. RGB value is (40,23,10). Sum of RGB (Red+Green+Blue) = 40+23+10=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28170A is #D7E8F5. Grayscale: #1A1A1A. Windows color (decimal): -14149878 or 661288. OLE color: 661288.

HSL color Cylindrical-coordinate representation of color #28170A: hue angle of 26º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28170A is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB402310-
CMYK00.430.750.84
HSL26º60%9.8%-
HSV(B)26º75%15.69%-
XYZ1.241.090.43-
YUV26.6118.63137.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=54.79%
G=31.51%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40231000.430.750.8426609.8
Hex2817A02B4B541a3ca
Octal502712053113124327412
Binary101000101111010010101110010111010100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28170A; }

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

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

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

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

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

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

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

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