Html Css Color HEX #311A13 Brown Pod

📋 copy color: '#311A13'

red 49 ◦ green 26 ◦ blue 19

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

Shades of Brown Pod #311A13

Tints of Brown Pod #311A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.66%

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 52.13%
G = 27.66%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#311A13 (or 0x311A13) is known color: Brown Pod. HEX triplet: 31, 1A and 13. RGB value is (49,26,19). Sum of RGB (Red+Green+Blue) = 49+26+19=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A13 is #CEE5EC. Grayscale: #202020. Windows color (decimal): -13559277 or 1251889. OLE color: 1251889.

HSL color Cylindrical-coordinate representation of color #311A13: hue angle of 14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311A13 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 26 19 -
CMYK 0 0.47 0.61 0.81
HSL 14º 0.44% 0.13% -
HSV(B) 14º 0.61% 0.19% -
XYZ 1.75 1.44 0.8 -
YUV 32.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 49 26 19 0 0.47 0.61 0.81 14 0.44 0.13
Hex 31 1A 13 0 2F 3D 51 E 2C D
Octal 61 32 23 0 57 75 121 16 54 15
Binary 110001 11010 10011 0 101111 111101 1010001 1110 101100 1101

Color Harmonies of #311A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A13

Black with #311A13

Text Example


Text Example

White with #311A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,26,19); }

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

background-color css

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

 a { background-color: rgb(49,26,19); }

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

border-color css

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

 span { border-color: rgb(49,26,19); }

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