#24180E

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

Shades of Cocoa Brown #24180E

Tints of Cocoa Brown #24180E

Color information

#24180E (or 0x24180E) is unknown color: approx Cocoa Brown. HEX triplet: 24, 18 and 0E. RGB value is (36,24,14). Sum of RGB (Red+Green+Blue) = 36+24+14=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #24180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24180E is #DBE7F1. Grayscale: #1A1A1A. Windows color (decimal): -14411762 or 923684. OLE color: 923684.

HSL color Cylindrical-coordinate representation of color #24180E: hue angle of 27.27º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24180E is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB362414-
CMYK00.330.610.86
HSL27.27º44%9.8%-
HSV(B)27.27º61.11%14.12%-
XYZ1.131.060.56-
YUV26.45120.98134.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48.65%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=48.65%
G=32.43%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36241400.330.610.8627.27449.8
Hex2418E0213D561b2ca
Octal44301604175126335412
Binary10010011000111001000011111011010110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24180E; }

 p { color: rgb(36,24,14); }

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

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

 a { background-color: rgb(36,24,14); }

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

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

 span { border-color: rgb(36,24,14); }

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