#311602

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

Shades of Brown Pod #311602

Tints of Brown Pod #311602

Color information

#311602 (or 0x311602) is unknown color: approx Brown Pod. HEX triplet: 31, 16 and 02. RGB value is (49,22,2). Sum of RGB (Red+Green+Blue) = 49+22+2=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #311602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311602 is #CEE9FD. Grayscale: #1B1B1B. Windows color (decimal): -13560318 or 136753. OLE color: 136753.

HSL color Cylindrical-coordinate representation of color #311602: hue angle of 25.53º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #311602 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB49222-
CMYK00.550.960.81
HSL25.53º92.16%10%-
HSV(B)25.53º95.92%19.22%-
XYZ1.561.230.21-
YUV27.79113.45143.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 67.12%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=67.12%
G=30.14%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4922200.550.960.8125.5392.1610
Hex3116203760511a5ca
Octal612620671401213213412
Binary11000110110100110111110000010100011101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311602; }

 p { color: rgb(49,22,2); }

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

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

 a { background-color: rgb(49,22,2); }

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

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

 span { border-color: rgb(49,22,2); }

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