Html Css Color HEX #311406 Brown Pod

📋 copy color: '#311406'

red 49 ◦ green 20 ◦ blue 6

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

Shades of Brown Pod #311406

Tints of Brown Pod #311406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.67%

 BLUE value IS 6 (2.73% from 255) = 8%

R = 65.33%
G = 26.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#311406 (or 0x311406) is known color: Brown Pod. HEX triplet: 31, 14 and 06. RGB value is (49,20,6). Sum of RGB (Red+Green+Blue) = 49+20+6=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311406 is #CEEBF9. Grayscale: #1B1B1B. Windows color (decimal): -13560826 or 398385. OLE color: 398385.

HSL color Cylindrical-coordinate representation of color #311406: hue angle of 19.53º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311406 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 6 -
CMYK 0 0.59 0.88 0.81
HSL 19.53º 0.78% 0.11% -
HSV(B) 19.53º 0.88% 0.19% -
XYZ 1.55 1.17 0.32 -
YUV 27.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 49 20 6 0 0.59 0.88 0.81 19.53 0.78 0.11
Hex 31 14 6 0 3B 58 51 14 4E B
Octal 61 24 6 0 73 130 121 24 116 13
Binary 110001 10100 110 0 111011 1011000 1010001 10100 1001110 1011

Color Harmonies of #311406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311406

Black with #311406

Text Example


Text Example

White with #311406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311406; }

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

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

background-color css

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

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

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

border-color css

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

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

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