Html Css Color HEX #24180B Cocoa Brown

📋 copy color: '#24180B'

red 36 ◦ green 24 ◦ blue 11

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

Shades of Cocoa Brown #24180B

Tints of Cocoa Brown #24180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.49%

R = 50.7%
G = 33.8%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#24180B (or 0x24180B) is known color: Cocoa Brown. HEX triplet: 24, 18 and 0B. RGB value is (36,24,11). Sum of RGB (Red+Green+Blue) = 36+24+11=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #24180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24180B is #DBE7F4. Grayscale: #1A1A1A. Windows color (decimal): -14411765 or 727076. OLE color: 727076.

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

Color convert

RGB 36 24 11 -
CMYK 0 0.33 0.69 0.86
HSL 31.2º 0.53% 0.09% -
HSV(B) 31.2º 0.69% 0.14% -
XYZ 1.11 1.05 0.46 -
YUV 26.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 36 24 11 0 0.33 0.69 0.86 31.2 0.53 0.09
Hex 24 18 B 0 21 45 56 1F 35 9
Octal 44 30 13 0 41 105 126 37 65 11
Binary 100100 11000 1011 0 100001 1000101 1010110 11111 110101 1001

Color Harmonies of #24180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24180B

Black with #24180B

Text Example


Text Example

White with #24180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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