Html Css Color HEX #312417 Cocoa Brown

📋 copy color: '#312417'

red 49 ◦ green 36 ◦ blue 23

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

Shades of Cocoa Brown #312417

Tints of Cocoa Brown #312417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.33%

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

R = 45.37%
G = 33.33%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#312417 (or 0x312417) is known color: Cocoa Brown. HEX triplet: 31, 24 and 17. RGB value is (49,36,23). Sum of RGB (Red+Green+Blue) = 49+36+23=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312417 is #CEDBE8. Grayscale: #262626. Windows color (decimal): -13556713 or 1516593. OLE color: 1516593.

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

Color convert

RGB 49 36 23 -
CMYK 0 0.27 0.53 0.81
HSL 30º 0.36% 0.14% -
HSV(B) 30º 0.53% 0.19% -
XYZ 2.05 1.98 1.08 -
YUV 38.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 49 36 23 0 0.27 0.53 0.81 30 0.36 0.14
Hex 31 24 17 0 1B 35 51 1E 24 E
Octal 61 44 27 0 33 65 121 36 44 16
Binary 110001 100100 10111 0 11011 110101 1010001 11110 100100 1110

Color Harmonies of #312417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312417

Black with #312417

Text Example


Text Example

White with #312417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312417; }

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

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

background-color css

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

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

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

border-color css

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

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

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