Html Css Color HEX #24180E Cocoa Brown

📋 copy color: '#24180E'

red 36 ◦ green 24 ◦ blue 14

#24180E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #24180E

Tints of Cocoa Brown #24180E

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 value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#24180E (or 0x24180E) is known color: 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

RGB 36 24 14 -
CMYK 0 0.33 0.61 0.86
HSL 27.27º 0.44% 0.1% -
HSV(B) 27.27º 0.61% 0.14% -
XYZ 1.13 1.06 0.56 -
YUV 26.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 36 24 14 0 0.33 0.61 0.86 27.27 0.44 0.1
Hex 24 18 E 0 21 3D 56 1B 2C A
Octal 44 30 16 0 41 75 126 33 54 12
Binary 100100 11000 1110 0 100001 111101 1010110 11011 101100 1010

Color Harmonies of #24180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24180E

Black with #24180E

Text Example


Text Example

White with #24180E

Text Example


Text Example

HTML Codes & Css Web 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>