#24160A

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

Shades of Cocoa Brown #24160A

Tints of Cocoa Brown #24160A

Color information

#24160A (or 0x24160A) is unknown color: approx Cocoa Brown. HEX triplet: 24, 16 and 0A. RGB value is (36,22,10). Sum of RGB (Red+Green+Blue) = 36+22+10=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24160A is #DBE9F5. Grayscale: #181818. Windows color (decimal): -14412278 or 661028. OLE color: 661028.

HSL color Cylindrical-coordinate representation of color #24160A: hue angle of 27.69º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24160A is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB362210-
CMYK00.390.720.86
HSL27.69º56.52%9.02%-
HSV(B)27.69º72.22%14.12%-
XYZ1.070.970.42-
YUV24.82119.64135.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.94%
GREEN value IS 22 (8.98% from 255) = 32.35%
BLUE value IS 10 (4.30% from 255) = 14.71%
R=52.94%
G=32.35%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36221000.390.720.8627.6956.529.02
Hex2416A02748561c399
Octal442612047110126347111
Binary100100101101010010011110010001010110111001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,22,10); }

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

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

 a { background-color: rgb(36,22,10); }

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

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

 span { border-color: rgb(36,22,10); }

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