Html Css Color HEX #311C11 Brown Pod

📋 copy color: '#311C11'

red 49 ◦ green 28 ◦ blue 17

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

Shades of Brown Pod #311C11

Tints of Brown Pod #311C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.09%

R = 52.13%
G = 29.79%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#311C11 (or 0x311C11) is known color: Brown Pod. HEX triplet: 31, 1C and 11. RGB value is (49,28,17). Sum of RGB (Red+Green+Blue) = 49+28+17=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C11 is #CEE3EE. Grayscale: #212121. Windows color (decimal): -13558767 or 1121329. OLE color: 1121329.

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

Color convert

RGB 49 28 17 -
CMYK 0 0.43 0.65 0.81
HSL 20.63º 0.48% 0.13% -
HSV(B) 20.63º 0.65% 0.19% -
XYZ 1.78 1.52 0.73 -
YUV 33.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 49 28 17 0 0.43 0.65 0.81 20.63 0.48 0.13
Hex 31 1C 11 0 2B 41 51 15 30 D
Octal 61 34 21 0 53 101 121 25 60 15
Binary 110001 11100 10001 0 101011 1000001 1010001 10101 110000 1101

Color Harmonies of #311C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C11

Black with #311C11

Text Example


Text Example

White with #311C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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