Html Css Color HEX #311100 Brown Pod

📋 copy color: '#311100'

red 49 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #311100

Tints of Brown Pod #311100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.24%
G = 25.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#311100 (or 0x311100) is known color: Brown Pod. HEX triplet: 31, 11 and 00. RGB value is (49,17,0). Sum of RGB (Red+Green+Blue) = 49+17+0=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #311100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311100 is #CEEEFF. Grayscale: #181818. Windows color (decimal): -13561600 or 4401. OLE color: 4401.

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

Color convert

RGB 49 17 0 -
CMYK 0 0.65 1 0.81
HSL 20.82º 1% 0.1% -
HSV(B) 20.82º 1% 0.19% -
XYZ 1.47 1.05 0.13 -
YUV 24.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 49 17 0 0 0.65 1 0.81 20.82 1 0.1
Hex 31 11 0 0 41 64 51 15 64 A
Octal 61 21 0 0 101 144 121 25 144 12
Binary 110001 10001 0 0 1000001 1100100 1010001 10101 1100100 1010

Color Harmonies of #311100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311100

Black with #311100

Text Example


Text Example

White with #311100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311100; }

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

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

background-color css

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

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

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

border-color css

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

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

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