Html Css Color HEX #21190D Cocoa Brown

📋 copy color: '#21190D'

red 33 ◦ green 25 ◦ blue 13

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

Shades of Cocoa Brown #21190D

Tints of Cocoa Brown #21190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 35.21%

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

R = 46.48%
G = 35.21%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#21190D (or 0x21190D) is known color: Cocoa Brown. HEX triplet: 21, 19 and 0D. RGB value is (33,25,13). Sum of RGB (Red+Green+Blue) = 33+25+13=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #21190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21190D is #DEE6F2. Grayscale: #1A1A1A. Windows color (decimal): -14608115 or 858401. OLE color: 858401.

HSL color Cylindrical-coordinate representation of color #21190D: hue angle of 36º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21190D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 25 13 -
CMYK 0 0.24 0.61 0.87
HSL 36º 0.43% 0.09% -
HSV(B) 36º 0.61% 0.13% -
XYZ 1.05 1.05 0.53 -
YUV 26.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 33 25 13 0 0.24 0.61 0.87 36 0.43 0.09
Hex 21 19 D 0 18 3D 57 24 2B 9
Octal 41 31 15 0 30 75 127 44 53 11
Binary 100001 11001 1101 0 11000 111101 1010111 100100 101011 1001

Color Harmonies of #21190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21190D

Black with #21190D

Text Example


Text Example

White with #21190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,25,13); }

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

background-color css

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

 a { background-color: rgb(33,25,13); }

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

border-color css

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

 span { border-color: rgb(33,25,13); }

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