Html Css Color HEX #24180A Cocoa Brown

📋 copy color: '#24180A'

red 36 ◦ green 24 ◦ blue 10

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

Shades of Cocoa Brown #24180A

Tints of Cocoa Brown #24180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 14.29%

R = 51.43%
G = 34.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#24180A (or 0x24180A) is known color: Cocoa Brown. HEX triplet: 24, 18 and 0A. RGB value is (36,24,10). Sum of RGB (Red+Green+Blue) = 36+24+10=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #24180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24180A is #DBE7F5. Grayscale: #1A1A1A. Windows color (decimal): -14411766 or 661540. OLE color: 661540.

HSL color Cylindrical-coordinate representation of color #24180A: hue angle of 32.31º 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 #24180A is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 24 10 -
CMYK 0 0.33 0.72 0.86
HSL 32.31º 0.57% 0.09% -
HSV(B) 32.31º 0.72% 0.14% -
XYZ 1.11 1.05 0.43 -
YUV 25.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 36 24 10 0 0.33 0.72 0.86 32.31 0.57 0.09
Hex 24 18 A 0 21 48 56 20 39 9
Octal 44 30 12 0 41 110 126 40 71 11
Binary 100100 11000 1010 0 100001 1001000 1010110 100000 111001 1001

Color Harmonies of #24180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24180A

Black with #24180A

Text Example


Text Example

White with #24180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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