Html Css Color HEX #311E19 Brown Pod

📋 copy color: '#311E19'

red 49 ◦ green 30 ◦ blue 25

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

Shades of Brown Pod #311E19

Tints of Brown Pod #311E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 24.04%

R = 47.12%
G = 28.85%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311E19 (or 0x311E19) is known color: Brown Pod. HEX triplet: 31, 1E and 19. RGB value is (49,30,25). Sum of RGB (Red+Green+Blue) = 49+30+25=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #311E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E19 is #CEE1E6. Grayscale: #232323. Windows color (decimal): -13558247 or 1646129. OLE color: 1646129.

HSL color Cylindrical-coordinate representation of color #311E19: hue angle of 12.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #311E19 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 30 25 -
CMYK 0 0.39 0.49 0.81
HSL 12.5º 0.32% 0.15% -
HSV(B) 12.5º 0.49% 0.19% -
XYZ 1.91 1.65 1.14 -
YUV 35.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 49 30 25 0 0.39 0.49 0.81 12.5 0.32 0.15
Hex 31 1E 19 0 27 31 51 C 20 F
Octal 61 36 31 0 47 61 121 14 40 17
Binary 110001 11110 11001 0 100111 110001 1010001 1100 100000 1111

Color Harmonies of #311E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E19

Black with #311E19

Text Example


Text Example

White with #311E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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