#321202

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

Shades of Brown Pod #321202

Tints of Brown Pod #321202

Color information

#321202 (or 0x321202) is unknown color: approx Brown Pod. HEX triplet: 32, 12 and 02. RGB value is (50,18,2). Sum of RGB (Red+Green+Blue) = 50+18+2=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #321202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321202 is #CDEDFD. Grayscale: #191919. Windows color (decimal): -13495806 or 135730. OLE color: 135730.

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

Color convert

RGB50182-
CMYK00.640.960.80
HSL20º92.31%10.2%-
HSV(B)20º96%19.61%-
XYZ1.541.120.19-
YUV25.74114.6145.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 71.43%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=71.43%
G=25.71%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5018200.640.960.802092.3110.2
Hex321220406050145ca
Octal6222201001401202413412
Binary110010100101001000000110000010100001010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321202; }

 p { color: rgb(50,18,2); }

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

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

 a { background-color: rgb(50,18,2); }

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

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

 span { border-color: rgb(50,18,2); }

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