Html Css Color HEX #312114 Cocoa Brown

📋 copy color: '#312114'

red 49 ◦ green 33 ◦ blue 20

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

Shades of Cocoa Brown #312114

Tints of Cocoa Brown #312114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.35%

 BLUE value IS 20 (8.2% from 255) = 19.61%

R = 48.04%
G = 32.35%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#312114 (or 0x312114) is known color: Cocoa Brown. HEX triplet: 31, 21 and 14. RGB value is (49,33,20). Sum of RGB (Red+Green+Blue) = 49+33+20=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312114 is #CEDEEB. Grayscale: #242424. Windows color (decimal): -13557484 or 1319217. OLE color: 1319217.

HSL color Cylindrical-coordinate representation of color #312114: hue angle of 26.9º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312114 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 20 -
CMYK 0 0.33 0.59 0.81
HSL 26.9º 0.42% 0.14% -
HSV(B) 26.9º 0.59% 0.19% -
XYZ 1.94 1.79 0.91 -
YUV 36.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 49 33 20 0 0.33 0.59 0.81 26.9 0.42 0.14
Hex 31 21 14 0 21 3B 51 1B 2A E
Octal 61 41 24 0 41 73 121 33 52 16
Binary 110001 100001 10100 0 100001 111011 1010001 11011 101010 1110

Color Harmonies of #312114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312114

Black with #312114

Text Example


Text Example

White with #312114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312114; }

 p { color: rgb(49,33,20); }

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

background-color css

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

 a { background-color: rgb(49,33,20); }

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

border-color css

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

 span { border-color: rgb(49,33,20); }

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