Html Css Color HEX #31200C Cocoa Brown

📋 copy color: '#31200C'

red 49 ◦ green 32 ◦ blue 12

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

Shades of Cocoa Brown #31200C

Tints of Cocoa Brown #31200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 34.41%

 BLUE value IS 12 (5.08% from 255) = 12.9%

R = 52.69%
G = 34.41%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31200C (or 0x31200C) is known color: Cocoa Brown. HEX triplet: 31, 20 and 0C. RGB value is (49,32,12). Sum of RGB (Red+Green+Blue) = 49+32+12=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #31200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31200C is #CEDFF3. Grayscale: #222222. Windows color (decimal): -13557748 or 794673. OLE color: 794673.

HSL color Cylindrical-coordinate representation of color #31200C: hue angle of 32.43º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31200C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 32 12 -
CMYK 0 0.35 0.76 0.81
HSL 32.43º 0.61% 0.12% -
HSV(B) 32.43º 0.76% 0.19% -
XYZ 1.85 1.71 0.58 -
YUV 34.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 49 32 12 0 0.35 0.76 0.81 32.43 0.61 0.12
Hex 31 20 C 0 23 4C 51 20 3D C
Octal 61 40 14 0 43 114 121 40 75 14
Binary 110001 100000 1100 0 100011 1001100 1010001 100000 111101 1100

Color Harmonies of #31200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31200C

Black with #31200C

Text Example


Text Example

White with #31200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31200C; }

 p { color: rgb(49,32,12); }

 H1.HeaderClassName
 {
   color: #31200C;
 }
 .AnyTagClassName
 {
   color: #31200C;
 }
</style>

background-color css

<style>
 a { background-color: #31200C; }

 a { background-color: rgb(49,32,12); }

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

border-color css

<style>
 span { border-color: #31200C; }

 span { border-color: rgb(49,32,12); }

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