#311708

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

Shades of Brown Pod #311708

Tints of Brown Pod #311708

Color information

#311708 (or 0x311708) is unknown color: approx Brown Pod. HEX triplet: 31, 17 and 08. RGB value is (49,23,8). Sum of RGB (Red+Green+Blue) = 49+23+8=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #311708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311708 is #CEE8F7. Grayscale: #1D1D1D. Windows color (decimal): -13560056 or 530225. OLE color: 530225.

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

Color convert

RGB49238-
CMYK00.530.840.81
HSL21.95º71.93%11.18%-
HSV(B)21.95º83.67%19.22%-
XYZ1.621.280.39-
YUV29.06116.11142.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 8 (3.52% from 255) = 10%
R=61.25%
G=28.75%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4923800.530.840.8121.9571.9311.18
Hex3117803554511648b
Octal6127100651241212611013
Binary1100011011110000110101101010010100011011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311708; }

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

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

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

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

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

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

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

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