Html Css Color HEX #312313 Cocoa Brown

📋 copy color: '#312313'

red 49 ◦ green 35 ◦ blue 19

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

Shades of Cocoa Brown #312313

Tints of Cocoa Brown #312313

RGB

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

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

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

R = 47.57%
G = 33.98%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#312313 (or 0x312313) is known color: Cocoa Brown. HEX triplet: 31, 23 and 13. RGB value is (49,35,19). Sum of RGB (Red+Green+Blue) = 49+35+19=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312313 is #CEDCEC. Grayscale: #252525. Windows color (decimal): -13556973 or 1254193. OLE color: 1254193.

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

Color convert

RGB 49 35 19 -
CMYK 0 0.29 0.61 0.81
HSL 32º 0.44% 0.13% -
HSV(B) 32º 0.61% 0.19% -
XYZ 1.99 1.9 0.88 -
YUV 37.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 49 35 19 0 0.29 0.61 0.81 32 0.44 0.13
Hex 31 23 13 0 1D 3D 51 20 2C D
Octal 61 43 23 0 35 75 121 40 54 15
Binary 110001 100011 10011 0 11101 111101 1010001 100000 101100 1101

Color Harmonies of #312313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312313

Black with #312313

Text Example


Text Example

White with #312313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312313; }

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

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

background-color css

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

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

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

border-color css

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

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

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