Html Css Color HEX #31200D Cocoa Brown

📋 copy color: '#31200D'

red 49 ◦ green 32 ◦ blue 13

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

Shades of Cocoa Brown #31200D

Tints of Cocoa Brown #31200D

RGB

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

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

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

R = 52.13%
G = 34.04%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31200D (or 0x31200D) is known color: Cocoa Brown. HEX triplet: 31, 20 and 0D. RGB value is (49,32,13). Sum of RGB (Red+Green+Blue) = 49+32+13=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31200D is #CEDFF2. Grayscale: #232323. Windows color (decimal): -13557747 or 860209. OLE color: 860209.

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

Color convert

RGB 49 32 13 -
CMYK 0 0.35 0.73 0.81
HSL 31.67º 0.58% 0.12% -
HSV(B) 31.67º 0.73% 0.19% -
XYZ 1.86 1.72 0.61 -
YUV 34.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 49 32 13 0 0.35 0.73 0.81 31.67 0.58 0.12
Hex 31 20 D 0 23 49 51 20 3A C
Octal 61 40 15 0 43 111 121 40 72 14
Binary 110001 100000 1101 0 100011 1001001 1010001 100000 111010 1100

Color Harmonies of #31200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31200D

Black with #31200D

Text Example


Text Example

White with #31200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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