Html Css Color HEX #312517 Cocoa Brown

📋 copy color: '#312517'

red 49 ◦ green 37 ◦ blue 23

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

Shades of Cocoa Brown #312517

Tints of Cocoa Brown #312517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.1%

R = 44.95%
G = 33.94%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#312517 (or 0x312517) is known color: Cocoa Brown. HEX triplet: 31, 25 and 17. RGB value is (49,37,23). Sum of RGB (Red+Green+Blue) = 49+37+23=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312517 is #CEDAE8. Grayscale: #272727. Windows color (decimal): -13556457 or 1516849. OLE color: 1516849.

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

Color convert

RGB 49 37 23 -
CMYK 0 0.24 0.53 0.81
HSL 32.31º 0.36% 0.14% -
HSV(B) 32.31º 0.53% 0.19% -
XYZ 2.08 2.04 1.09 -
YUV 38.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 49 37 23 0 0.24 0.53 0.81 32.31 0.36 0.14
Hex 31 25 17 0 18 35 51 20 24 E
Octal 61 45 27 0 30 65 121 40 44 16
Binary 110001 100101 10111 0 11000 110101 1010001 100000 100100 1110

Color Harmonies of #312517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312517

Black with #312517

Text Example


Text Example

White with #312517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312517; }

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

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

background-color css

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

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

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

border-color css

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

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

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