#28180C

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

Shades of Cocoa Brown #28180C

Tints of Cocoa Brown #28180C

Color information

#28180C (or 0x28180C) is unknown color: approx Cocoa Brown. HEX triplet: 28, 18 and 0C. RGB value is (40,24,12). Sum of RGB (Red+Green+Blue) = 40+24+12=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #28180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28180C is #D7E7F3. Grayscale: #1B1B1B. Windows color (decimal): -14149620 or 792616. OLE color: 792616.

HSL color Cylindrical-coordinate representation of color #28180C: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28180C is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB402412-
CMYK00.400.700.84
HSL25.71º53.85%10.2%-
HSV(B)25.71º70%15.69%-
XYZ1.271.130.5-
YUV27.42119.3136.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=52.63%
G=31.58%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40241200.400.700.8425.7153.8510.2
Hex2818C02846541a36a
Octal503014050106124326612
Binary101000110001100010100010001101010100110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28180C; }

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

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

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

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

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

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

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

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