Html Css Color HEX #312013 Cocoa Brown

📋 copy color: '#312013'

red 49 ◦ green 32 ◦ blue 19

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

Shades of Cocoa Brown #312013

Tints of Cocoa Brown #312013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19%

R = 49%
G = 32%
B = 19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#312013 (or 0x312013) is known color: Cocoa Brown. HEX triplet: 31, 20 and 13. RGB value is (49,32,19). Sum of RGB (Red+Green+Blue) = 49+32+19=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #312013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312013 is #CEDFEC. Grayscale: #232323. Windows color (decimal): -13557741 or 1253425. OLE color: 1253425.

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

Color convert

RGB 49 32 19 -
CMYK 0 0.35 0.61 0.81
HSL 26º 0.44% 0.13% -
HSV(B) 26º 0.61% 0.19% -
XYZ 1.9 1.73 0.85 -
YUV 35.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 49 32 19 0 0.35 0.61 0.81 26 0.44 0.13
Hex 31 20 13 0 23 3D 51 1A 2C D
Octal 61 40 23 0 43 75 121 32 54 15
Binary 110001 100000 10011 0 100011 111101 1010001 11010 101100 1101

Color Harmonies of #312013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312013

Black with #312013

Text Example


Text Example

White with #312013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312013; }

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

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

background-color css

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

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

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

border-color css

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

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

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