Html Css Color HEX #312212 Cocoa Brown

📋 copy color: '#312212'

red 49 ◦ green 34 ◦ blue 18

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

Shades of Cocoa Brown #312212

Tints of Cocoa Brown #312212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.82%

R = 48.51%
G = 33.66%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#312212 (or 0x312212) is known color: Cocoa Brown. HEX triplet: 31, 22 and 12. RGB value is (49,34,18). Sum of RGB (Red+Green+Blue) = 49+34+18=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #312212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312212 is #CEDDED. Grayscale: #242424. Windows color (decimal): -13557230 or 1188401. OLE color: 1188401.

HSL color Cylindrical-coordinate representation of color #312212: hue angle of 30.97º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312212 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 34 18 -
CMYK 0 0.31 0.63 0.81
HSL 30.97º 0.46% 0.13% -
HSV(B) 30.97º 0.63% 0.19% -
XYZ 1.95 1.84 0.82 -
YUV 36.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 49 34 18 0 0.31 0.63 0.81 30.97 0.46 0.13
Hex 31 22 12 0 1F 3F 51 1F 2E D
Octal 61 42 22 0 37 77 121 37 56 15
Binary 110001 100010 10010 0 11111 111111 1010001 11111 101110 1101

Color Harmonies of #312212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312212

Black with #312212

Text Example


Text Example

White with #312212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312212; }

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

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

background-color css

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

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

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

border-color css

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

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

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