Html Css Color HEX #21180B Cocoa Brown

📋 copy color: '#21180B'

red 33 ◦ green 24 ◦ blue 11

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

Shades of Cocoa Brown #21180B

Tints of Cocoa Brown #21180B

RGB

 RED value IS 33 (13.28% from 255) = 48.53%

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

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

R = 48.53%
G = 35.29%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#21180B (or 0x21180B) is known color: Cocoa Brown. HEX triplet: 21, 18 and 0B. RGB value is (33,24,11). Sum of RGB (Red+Green+Blue) = 33+24+11=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #21180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21180B is #DEE7F4. Grayscale: #191919. Windows color (decimal): -14608373 or 727073. OLE color: 727073.

HSL color Cylindrical-coordinate representation of color #21180B: hue angle of 35.45º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21180B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 24 11 -
CMYK 0 0.27 0.67 0.87
HSL 35.45º 0.5% 0.09% -
HSV(B) 35.45º 0.67% 0.13% -
XYZ 1.01 1 0.46 -
YUV 25.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 33 24 11 0 0.27 0.67 0.87 35.45 0.5 0.09
Hex 21 18 B 0 1B 43 57 23 32 9
Octal 41 30 13 0 33 103 127 43 62 11
Binary 100001 11000 1011 0 11011 1000011 1010111 100011 110010 1001

Color Harmonies of #21180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21180B

Black with #21180B

Text Example


Text Example

White with #21180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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