Html Css Color HEX #312010 Cocoa Brown

📋 copy color: '#312010'

red 49 ◦ green 32 ◦ blue 16

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

Shades of Cocoa Brown #312010

Tints of Cocoa Brown #312010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.49%

R = 50.52%
G = 32.99%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#312010 (or 0x312010) is known color: Cocoa Brown. HEX triplet: 31, 20 and 10. RGB value is (49,32,16). Sum of RGB (Red+Green+Blue) = 49+32+16=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #312010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312010 is #CEDFEF. Grayscale: #232323. Windows color (decimal): -13557744 or 1056817. OLE color: 1056817.

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

Color convert

RGB 49 32 16 -
CMYK 0 0.35 0.67 0.81
HSL 29.09º 0.51% 0.13% -
HSV(B) 29.09º 0.67% 0.19% -
XYZ 1.88 1.72 0.72 -
YUV 35.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 49 32 16 0 0.35 0.67 0.81 29.09 0.51 0.13
Hex 31 20 10 0 23 43 51 1D 33 D
Octal 61 40 20 0 43 103 121 35 63 15
Binary 110001 100000 10000 0 100011 1000011 1010001 11101 110011 1101

Color Harmonies of #312010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312010

Black with #312010

Text Example


Text Example

White with #312010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312010; }

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

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

background-color css

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

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

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

border-color css

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

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

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