Html Css Color HEX #312317 Cocoa Brown

📋 copy color: '#312317'

red 49 ◦ green 35 ◦ blue 23

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

Shades of Cocoa Brown #312317

Tints of Cocoa Brown #312317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

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

R = 45.79%
G = 32.71%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#312317 (or 0x312317) is known color: Cocoa Brown. HEX triplet: 31, 23 and 17. RGB value is (49,35,23). Sum of RGB (Red+Green+Blue) = 49+35+23=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312317 is #CEDCE8. Grayscale: #252525. Windows color (decimal): -13556969 or 1516337. OLE color: 1516337.

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

Color convert

RGB 49 35 23 -
CMYK 0 0.29 0.53 0.81
HSL 27.69º 0.36% 0.14% -
HSV(B) 27.69º 0.53% 0.19% -
XYZ 2.02 1.92 1.07 -
YUV 37.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 49 35 23 0 0.29 0.53 0.81 27.69 0.36 0.14
Hex 31 23 17 0 1D 35 51 1C 24 E
Octal 61 43 27 0 35 65 121 34 44 16
Binary 110001 100011 10111 0 11101 110101 1010001 11100 100100 1110

Color Harmonies of #312317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312317

Black with #312317

Text Example


Text Example

White with #312317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312317; }

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

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

background-color css

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

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

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

border-color css

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

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

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