Html Css Color HEX #311C14 Brown Pod

📋 copy color: '#311C14'

red 49 ◦ green 28 ◦ blue 20

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

Shades of Brown Pod #311C14

Tints of Brown Pod #311C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.87%

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

R = 50.52%
G = 28.87%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#311C14 (or 0x311C14) is known color: Brown Pod. HEX triplet: 31, 1C and 14. RGB value is (49,28,20). Sum of RGB (Red+Green+Blue) = 49+28+20=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C14 is #CEE3EB. Grayscale: #212121. Windows color (decimal): -13558764 or 1317937. OLE color: 1317937.

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

Color convert

RGB 49 28 20 -
CMYK 0 0.43 0.59 0.81
HSL 16.55º 0.42% 0.14% -
HSV(B) 16.55º 0.59% 0.19% -
XYZ 1.81 1.53 0.86 -
YUV 33.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 49 28 20 0 0.43 0.59 0.81 16.55 0.42 0.14
Hex 31 1C 14 0 2B 3B 51 11 2A E
Octal 61 34 24 0 53 73 121 21 52 16
Binary 110001 11100 10100 0 101011 111011 1010001 10001 101010 1110

Color Harmonies of #311C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C14

Black with #311C14

Text Example


Text Example

White with #311C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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