Html Css Color HEX #311506 Brown Pod

📋 copy color: '#311506'

red 49 ◦ green 21 ◦ blue 6

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

Shades of Brown Pod #311506

Tints of Brown Pod #311506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

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

R = 64.47%
G = 27.63%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#311506 (or 0x311506) is known color: Brown Pod. HEX triplet: 31, 15 and 06. RGB value is (49,21,6). Sum of RGB (Red+Green+Blue) = 49+21+6=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311506 is #CEEAF9. Grayscale: #1B1B1B. Windows color (decimal): -13560570 or 398641. OLE color: 398641.

HSL color Cylindrical-coordinate representation of color #311506: hue angle of 20.93º 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 #311506 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 21 6 -
CMYK 0 0.57 0.88 0.81
HSL 20.93º 0.78% 0.11% -
HSV(B) 20.93º 0.88% 0.19% -
XYZ 1.57 1.2 0.32 -
YUV 27.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 49 21 6 0 0.57 0.88 0.81 20.93 0.78 0.11
Hex 31 15 6 0 39 58 51 15 4E B
Octal 61 25 6 0 71 130 121 25 116 13
Binary 110001 10101 110 0 111001 1011000 1010001 10101 1001110 1011

Color Harmonies of #311506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311506

Black with #311506

Text Example


Text Example

White with #311506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311506; }

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

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

background-color css

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

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

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

border-color css

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

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

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