Html Css Color HEX #31220C Cocoa Brown

📋 copy color: '#31220C'

red 49 ◦ green 34 ◦ blue 12

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

Shades of Cocoa Brown #31220C

Tints of Cocoa Brown #31220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.79%

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

R = 51.58%
G = 35.79%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31220C (or 0x31220C) is known color: Cocoa Brown. HEX triplet: 31, 22 and 0C. RGB value is (49,34,12). Sum of RGB (Red+Green+Blue) = 49+34+12=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31220C is #CEDDF3. Grayscale: #242424. Windows color (decimal): -13557236 or 795185. OLE color: 795185.

HSL color Cylindrical-coordinate representation of color #31220C: hue angle of 35.68º 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 #31220C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 34 12 -
CMYK 0 0.31 0.76 0.81
HSL 35.68º 0.61% 0.12% -
HSV(B) 35.68º 0.76% 0.19% -
XYZ 1.91 1.82 0.6 -
YUV 35.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 49 34 12 0 0.31 0.76 0.81 35.68 0.61 0.12
Hex 31 22 C 0 1F 4C 51 24 3D C
Octal 61 42 14 0 37 114 121 44 75 14
Binary 110001 100010 1100 0 11111 1001100 1010001 100100 111101 1100

Color Harmonies of #31220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31220C

Black with #31220C

Text Example


Text Example

White with #31220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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