#351202

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

Shades of Brown Pod #351202

Tints of Brown Pod #351202

Color information

#351202 (or 0x351202) is unknown color: approx Brown Pod. HEX triplet: 35, 12 and 02. RGB value is (53,18,2). Sum of RGB (Red+Green+Blue) = 53+18+2=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #351202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351202 is #CAEDFD. Grayscale: #1A1A1A. Windows color (decimal): -13299198 or 135733. OLE color: 135733.

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

Color convert

RGB53182-
CMYK00.660.960.79
HSL18.82º92.73%10.78%-
HSV(B)18.82º96.23%20.78%-
XYZ1.71.190.2-
YUV26.64114.1146.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=72.60%
G=24.66%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5318200.660.960.7918.8292.7310.78
Hex35122042604F135db
Octal6522201021401172313513
Binary110101100101001000010110000010011111001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351202; }

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

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

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

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

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

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

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

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