#331502

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

Shades of Brown Pod #331502

Tints of Brown Pod #331502

Color information

#331502 (or 0x331502) is unknown color: approx Brown Pod. HEX triplet: 33, 15 and 02. RGB value is (51,21,2). Sum of RGB (Red+Green+Blue) = 51+21+2=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #331502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331502 is #CCEAFD. Grayscale: #1B1B1B. Windows color (decimal): -13429502 or 136499. OLE color: 136499.

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

Color convert

RGB51212-
CMYK00.590.960.8
HSL23.27º92.45%10.39%-
HSV(B)23.27º96.08%20%-
XYZ1.641.240.21-
YUV27.8113.44144.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 68.92%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=68.92%
G=28.38%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5121200.590.960.823.2792.4510.39
Hex3315203B6050175ca
Octal632520731401202713412
Binary11001110101100111011110000010100001011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331502; }

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

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

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

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

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

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

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

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