#311808

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

Shades of Brown Pod #311808

Tints of Brown Pod #311808

Color information

#311808 (or 0x311808) is unknown color: approx Brown Pod. HEX triplet: 31, 18 and 08. RGB value is (49,24,8). Sum of RGB (Red+Green+Blue) = 49+24+8=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311808 is #CEE7F7. Grayscale: #1D1D1D. Windows color (decimal): -13559800 or 530481. OLE color: 530481.

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

Color convert

RGB49248-
CMYK00.510.840.81
HSL23.41º71.93%11.18%-
HSV(B)23.41º83.67%19.22%-
XYZ1.641.320.4-
YUV29.65115.78141.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=60.49%
G=29.63%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4924800.510.840.8123.4171.9311.18
Hex3118803354511748b
Octal6130100631241212711013
Binary1100011100010000110011101010010100011011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311808; }

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

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

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

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

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

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

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

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