Html Css Color HEX #311B14 Brown Pod

📋 copy color: '#311B14'

red 49 ◦ green 27 ◦ blue 20

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

Shades of Brown Pod #311B14

Tints of Brown Pod #311B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.13%

 BLUE value IS 20 (8.2% from 255) = 20.83%

R = 51.04%
G = 28.13%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#311B14 (or 0x311B14) is known color: Brown Pod. HEX triplet: 31, 1B and 14. RGB value is (49,27,20). Sum of RGB (Red+Green+Blue) = 49+27+20=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #311B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B14 is #CEE4EB. Grayscale: #202020. Windows color (decimal): -13559020 or 1317681. OLE color: 1317681.

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

Color convert

RGB 49 27 20 -
CMYK 0 0.45 0.59 0.81
HSL 14.48º 0.42% 0.14% -
HSV(B) 14.48º 0.59% 0.19% -
XYZ 1.78 1.49 0.85 -
YUV 32.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 49 27 20 0 0.45 0.59 0.81 14.48 0.42 0.14
Hex 31 1B 14 0 2D 3B 51 E 2A E
Octal 61 33 24 0 55 73 121 16 52 16
Binary 110001 11011 10100 0 101101 111011 1010001 1110 101010 1110

Color Harmonies of #311B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B14

Black with #311B14

Text Example


Text Example

White with #311B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,27,20); }

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

background-color css

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

 a { background-color: rgb(49,27,20); }

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

border-color css

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

 span { border-color: rgb(49,27,20); }

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