Html Css Color HEX #311E17 Brown Pod

📋 copy color: '#311E17'

red 49 ◦ green 30 ◦ blue 23

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

Shades of Brown Pod #311E17

Tints of Brown Pod #311E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

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

R = 48.04%
G = 29.41%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#311E17 (or 0x311E17) is known color: Brown Pod. HEX triplet: 31, 1E and 17. RGB value is (49,30,23). Sum of RGB (Red+Green+Blue) = 49+30+23=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E17 is #CEE1E8. Grayscale: #222222. Windows color (decimal): -13558249 or 1515057. OLE color: 1515057.

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

Color convert

RGB 49 30 23 -
CMYK 0 0.39 0.53 0.81
HSL 16.15º 0.36% 0.14% -
HSV(B) 16.15º 0.53% 0.19% -
XYZ 1.89 1.64 1.03 -
YUV 34.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 49 30 23 0 0.39 0.53 0.81 16.15 0.36 0.14
Hex 31 1E 17 0 27 35 51 10 24 E
Octal 61 36 27 0 47 65 121 20 44 16
Binary 110001 11110 10111 0 100111 110101 1010001 10000 100100 1110

Color Harmonies of #311E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E17

Black with #311E17

Text Example


Text Example

White with #311E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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