Html Css Color HEX #312516 Cocoa Brown

📋 copy color: '#312516'

red 49 ◦ green 37 ◦ blue 22

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

Shades of Cocoa Brown #312516

Tints of Cocoa Brown #312516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.26%

 BLUE value IS 22 (8.98% from 255) = 20.37%

R = 45.37%
G = 34.26%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#312516 (or 0x312516) is known color: Cocoa Brown. HEX triplet: 31, 25 and 16. RGB value is (49,37,22). Sum of RGB (Red+Green+Blue) = 49+37+22=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312516 is #CEDAE9. Grayscale: #262626. Windows color (decimal): -13556458 or 1451313. OLE color: 1451313.

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

Color convert

RGB 49 37 22 -
CMYK 0 0.24 0.55 0.81
HSL 33.33º 0.38% 0.14% -
HSV(B) 33.33º 0.55% 0.19% -
XYZ 2.07 2.03 1.04 -
YUV 38.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 49 37 22 0 0.24 0.55 0.81 33.33 0.38 0.14
Hex 31 25 16 0 18 37 51 21 26 E
Octal 61 45 26 0 30 67 121 41 46 16
Binary 110001 100101 10110 0 11000 110111 1010001 100001 100110 1110

Color Harmonies of #312516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312516

Black with #312516

Text Example


Text Example

White with #312516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312516; }

 p { color: rgb(49,37,22); }

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

background-color css

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

 a { background-color: rgb(49,37,22); }

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

border-color css

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

 span { border-color: rgb(49,37,22); }

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