Html Css Color HEX #312217 Cocoa Brown

📋 copy color: '#312217'

red 49 ◦ green 34 ◦ blue 23

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

Shades of Cocoa Brown #312217

Tints of Cocoa Brown #312217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.08%

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

R = 46.23%
G = 32.08%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#312217 (or 0x312217) is known color: Cocoa Brown. HEX triplet: 31, 22 and 17. RGB value is (49,34,23). Sum of RGB (Red+Green+Blue) = 49+34+23=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312217 is #CEDDE8. Grayscale: #252525. Windows color (decimal): -13557225 or 1516081. OLE color: 1516081.

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

Color convert

RGB 49 34 23 -
CMYK 0 0.31 0.53 0.81
HSL 25.38º 0.36% 0.14% -
HSV(B) 25.38º 0.53% 0.19% -
XYZ 1.99 1.86 1.06 -
YUV 37.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 49 34 23 0 0.31 0.53 0.81 25.38 0.36 0.14
Hex 31 22 17 0 1F 35 51 19 24 E
Octal 61 42 27 0 37 65 121 31 44 16
Binary 110001 100010 10111 0 11111 110101 1010001 11001 100100 1110

Color Harmonies of #312217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312217

Black with #312217

Text Example


Text Example

White with #312217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312217; }

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

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

background-color css

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

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

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

border-color css

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

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

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