Html Css Color HEX #311D16 Brown Pod

📋 copy color: '#311D16'

red 49 ◦ green 29 ◦ blue 22

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

Shades of Brown Pod #311D16

Tints of Brown Pod #311D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29%

 BLUE value IS 22 (8.98% from 255) = 22%

R = 49%
G = 29%
B = 22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#311D16 (or 0x311D16) is known color: Brown Pod. HEX triplet: 31, 1D and 16. RGB value is (49,29,22). Sum of RGB (Red+Green+Blue) = 49+29+22=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D16 is #CEE2E9. Grayscale: #222222. Windows color (decimal): -13558506 or 1449265. OLE color: 1449265.

HSL color Cylindrical-coordinate representation of color #311D16: hue angle of 15.56º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311D16 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 29 22 -
CMYK 0 0.41 0.55 0.81
HSL 15.56º 0.38% 0.14% -
HSV(B) 15.56º 0.55% 0.19% -
XYZ 1.85 1.59 0.97 -
YUV 34.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 49 29 22 0 0.41 0.55 0.81 15.56 0.38 0.14
Hex 31 1D 16 0 29 37 51 10 26 E
Octal 61 35 26 0 51 67 121 20 46 16
Binary 110001 11101 10110 0 101001 110111 1010001 10000 100110 1110

Color Harmonies of #311D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D16

Black with #311D16

Text Example


Text Example

White with #311D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,29,22); }

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

background-color css

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

 a { background-color: rgb(49,29,22); }

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

border-color css

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

 span { border-color: rgb(49,29,22); }

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