Html Css Color HEX #24180D Cocoa Brown

📋 copy color: '#24180D'

red 36 ◦ green 24 ◦ blue 13

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

Shades of Cocoa Brown #24180D

Tints of Cocoa Brown #24180D

RGB

 RED value IS 36 (14.45% from 255) = 49.32%

 GREEN value IS 24 (9.77% from 255) = 32.88%

 BLUE value IS 13 (5.47% from 255) = 17.81%

R = 49.32%
G = 32.88%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#24180D (or 0x24180D) is known color: Cocoa Brown. HEX triplet: 24, 18 and 0D. RGB value is (36,24,13). Sum of RGB (Red+Green+Blue) = 36+24+13=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #24180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24180D is #DBE7F2. Grayscale: #1A1A1A. Windows color (decimal): -14411763 or 858148. OLE color: 858148.

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

Color convert

RGB 36 24 13 -
CMYK 0 0.33 0.64 0.86
HSL 28.7º 0.47% 0.1% -
HSV(B) 28.7º 0.64% 0.14% -
XYZ 1.13 1.06 0.53 -
YUV 26.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 36 24 13 0 0.33 0.64 0.86 28.7 0.47 0.1
Hex 24 18 D 0 21 40 56 1D 2F A
Octal 44 30 15 0 41 100 126 35 57 12
Binary 100100 11000 1101 0 100001 1000000 1010110 11101 101111 1010

Color Harmonies of #24180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24180D

Black with #24180D

Text Example


Text Example

White with #24180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24180D;
 }
 .AnyTagClassName
 {
   color: #24180D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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