#331503

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

Shades of Brown Pod #331503

Tints of Brown Pod #331503

Color information

#331503 (or 0x331503) is unknown color: approx Brown Pod. HEX triplet: 33, 15 and 03. RGB value is (51,21,3). Sum of RGB (Red+Green+Blue) = 51+21+3=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331503 is #CCEAFC. Grayscale: #1C1C1C. Windows color (decimal): -13429501 or 202035. OLE color: 202035.

HSL color Cylindrical-coordinate representation of color #331503: hue angle of 22.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #331503 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.8.

Color convert

RGB51213-
CMYK00.590.940.8
HSL22.5º88.89%10.59%-
HSV(B)22.5º94.12%20%-
XYZ1.651.250.24-
YUV27.92113.94144.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 68%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 3 (1.56% from 255) = 4%
R=68%
G=28%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5121300.590.940.822.588.8910.59
Hex3315303B5E501659b
Octal632530731361202613113
Binary11001110101110111011101111010100001011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331503; }

 p { color: rgb(51,21,3); }

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

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

 a { background-color: rgb(51,21,3); }

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

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

 span { border-color: rgb(51,21,3); }

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