#311706

Color #311706 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #311706

Tints of Brown Pod #311706

Color information

#311706 (or 0x311706) is unknown color: approx Brown Pod. HEX triplet: 31, 17 and 06. RGB value is (49,23,6). Sum of RGB (Red+Green+Blue) = 49+23+6=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311706 is #CEE8F9. Grayscale: #1C1C1C. Windows color (decimal): -13560058 or 399153. OLE color: 399153.

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

Color convert

RGB49236-
CMYK00.530.880.81
HSL23.72º78.18%10.78%-
HSV(B)23.72º87.76%19.22%-
XYZ1.611.280.33-
YUV28.84115.11142.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=62.82%
G=29.49%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4923600.530.880.8123.7278.1810.78
Hex311760355851184eb
Octal612760651301213011613
Binary110001101111100110101101100010100011100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311706; }

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

 H1.HeaderClassName
 {
   color: #311706;
 }
 .AnyTagClassName
 {
   color: #311706;
 }
</style>
background-color css

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

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

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

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

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

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