Html Css Color HEX #312117 Cocoa Brown

📋 copy color: '#312117'

red 49 ◦ green 33 ◦ blue 23

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

Shades of Cocoa Brown #312117

Tints of Cocoa Brown #312117

RGB

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

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

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

R = 46.67%
G = 31.43%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#312117 (or 0x312117) is known color: Cocoa Brown. HEX triplet: 31, 21 and 17. RGB value is (49,33,23). Sum of RGB (Red+Green+Blue) = 49+33+23=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312117 is #CEDEE8. Grayscale: #242424. Windows color (decimal): -13557481 or 1515825. OLE color: 1515825.

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

Color convert

RGB 49 33 23 -
CMYK 0 0.33 0.53 0.81
HSL 23.08º 0.36% 0.14% -
HSV(B) 23.08º 0.53% 0.19% -
XYZ 1.97 1.8 1.05 -
YUV 36.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 49 33 23 0 0.33 0.53 0.81 23.08 0.36 0.14
Hex 31 21 17 0 21 35 51 17 24 E
Octal 61 41 27 0 41 65 121 27 44 16
Binary 110001 100001 10111 0 100001 110101 1010001 10111 100100 1110

Color Harmonies of #312117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312117

Black with #312117

Text Example


Text Example

White with #312117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312117; }

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

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

background-color css

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

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

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

border-color css

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

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

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