Html Css Color HEX #312115 Cocoa Brown

📋 copy color: '#312115'

red 49 ◦ green 33 ◦ blue 21

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

Shades of Cocoa Brown #312115

Tints of Cocoa Brown #312115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.39%

R = 47.57%
G = 32.04%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#312115 (or 0x312115) is known color: Cocoa Brown. HEX triplet: 31, 21 and 15. RGB value is (49,33,21). Sum of RGB (Red+Green+Blue) = 49+33+21=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312115 is #CEDEEA. Grayscale: #242424. Windows color (decimal): -13557483 or 1384753. OLE color: 1384753.

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

Color convert

RGB 49 33 21 -
CMYK 0 0.33 0.57 0.81
HSL 25.71º 0.4% 0.14% -
HSV(B) 25.71º 0.57% 0.19% -
XYZ 1.95 1.79 0.95 -
YUV 36.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 49 33 21 0 0.33 0.57 0.81 25.71 0.4 0.14
Hex 31 21 15 0 21 39 51 1A 28 E
Octal 61 41 25 0 41 71 121 32 50 16
Binary 110001 100001 10101 0 100001 111001 1010001 11010 101000 1110

Color Harmonies of #312115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312115

Black with #312115

Text Example


Text Example

White with #312115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312115; }

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

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

background-color css

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

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

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

border-color css

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

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

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