Html Css Color HEX #31210B Cocoa Brown

📋 copy color: '#31210B'

red 49 ◦ green 33 ◦ blue 11

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

Shades of Cocoa Brown #31210B

Tints of Cocoa Brown #31210B

RGB

 RED value IS 49 (19.53% from 255) = 52.69%

 GREEN value IS 33 (13.28% from 255) = 35.48%

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

R = 52.69%
G = 35.48%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#31210B (or 0x31210B) is known color: Cocoa Brown. HEX triplet: 31, 21 and 0B. RGB value is (49,33,11). Sum of RGB (Red+Green+Blue) = 49+33+11=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #31210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31210B is #CEDEF4. Grayscale: #232323. Windows color (decimal): -13557493 or 729393. OLE color: 729393.

HSL color Cylindrical-coordinate representation of color #31210B: hue angle of 34.74º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31210B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 11 -
CMYK 0 0.33 0.78 0.81
HSL 34.74º 0.63% 0.12% -
HSV(B) 34.74º 0.78% 0.19% -
XYZ 1.87 1.76 0.56 -
YUV 35.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 49 33 11 0 0.33 0.78 0.81 34.74 0.63 0.12
Hex 31 21 B 0 21 4E 51 23 3F C
Octal 61 41 13 0 41 116 121 43 77 14
Binary 110001 100001 1011 0 100001 1001110 1010001 100011 111111 1100

Color Harmonies of #31210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31210B

Black with #31210B

Text Example


Text Example

White with #31210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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