#351402

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

Shades of Brown Pod #351402

Tints of Brown Pod #351402

Color information

#351402 (or 0x351402) is unknown color: approx Brown Pod. HEX triplet: 35, 14 and 02. RGB value is (53,20,2). Sum of RGB (Red+Green+Blue) = 53+20+2=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #351402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351402 is #CAEBFD. Grayscale: #1B1B1B. Windows color (decimal): -13298686 or 136245. OLE color: 136245.

HSL color Cylindrical-coordinate representation of color #351402: hue angle of 21.18º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #351402 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB53202-
CMYK00.620.960.79
HSL21.18º92.73%10.78%-
HSV(B)21.18º96.23%20.78%-
XYZ1.731.260.21-
YUV27.82113.43145.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=70.67%
G=26.67%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5320200.620.960.7921.1892.7310.78
Hex3514203E604F155db
Octal652420761401172513513
Binary11010110100100111110110000010011111010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351402; }

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

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

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

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

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

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

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

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