Html Css Color HEX #312312 Cocoa Brown

📋 copy color: '#312312'

red 49 ◦ green 35 ◦ blue 18

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

Shades of Cocoa Brown #312312

Tints of Cocoa Brown #312312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 34.31%

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

R = 48.04%
G = 34.31%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#312312 (or 0x312312) is known color: Cocoa Brown. HEX triplet: 31, 23 and 12. RGB value is (49,35,18). Sum of RGB (Red+Green+Blue) = 49+35+18=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312312 is #CEDCED. Grayscale: #252525. Windows color (decimal): -13556974 or 1188657. OLE color: 1188657.

HSL color Cylindrical-coordinate representation of color #312312: hue angle of 32.9º 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 #312312 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 35 18 -
CMYK 0 0.29 0.63 0.81
HSL 32.9º 0.46% 0.13% -
HSV(B) 32.9º 0.63% 0.19% -
XYZ 1.98 1.9 0.83 -
YUV 37.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 49 35 18 0 0.29 0.63 0.81 32.9 0.46 0.13
Hex 31 23 12 0 1D 3F 51 21 2E D
Octal 61 43 22 0 35 77 121 41 56 15
Binary 110001 100011 10010 0 11101 111111 1010001 100001 101110 1101

Color Harmonies of #312312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312312

Black with #312312

Text Example


Text Example

White with #312312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312312; }

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

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

background-color css

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

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

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

border-color css

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

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

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