#331402

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

Shades of Brown Pod #331402

Tints of Brown Pod #331402

Color information

#331402 (or 0x331402) is unknown color: approx Brown Pod. HEX triplet: 33, 14 and 02. RGB value is (51,20,2). Sum of RGB (Red+Green+Blue) = 51+20+2=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #331402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331402 is #CCEBFD. Grayscale: #1B1B1B. Windows color (decimal): -13429758 or 136243. OLE color: 136243.

HSL color Cylindrical-coordinate representation of color #331402: hue angle of 22.04º 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 #331402 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB51202-
CMYK00.610.960.8
HSL22.04º92.45%10.39%-
HSV(B)22.04º96.08%20%-
XYZ1.631.210.2-
YUV27.22113.77144.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 69.86%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=69.86%
G=27.40%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5120200.610.960.822.0492.4510.39
Hex3314203D6050165ca
Octal632420751401202613412
Binary11001110100100111101110000010100001011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331402; }

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

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

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

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

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

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

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

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