#352020

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

Shades of Seal Brown #352020

Tints of Seal Brown #352020

Color information

#352020 (or 0x352020) is unknown color: approx Seal Brown. HEX triplet: 35, 20 and 20. RGB value is (53,32,32). Sum of RGB (Red+Green+Blue) = 53+32+32=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #352020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352020 is #CADFDF. Grayscale: #262626. Windows color (decimal): -13295584 or 2105397. OLE color: 2105397.

HSL color Cylindrical-coordinate representation of color #352020: hue angle of 0º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352020 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB533232-
CMYK00.400.400.79
HSL24.71%16.67%-
HSV(B)39.62%20.78%-
XYZ2.251.891.61-
YUV38.28124.46138.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=45.30%
G=27.35%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53323200.400.400.79024.7116.67
Hex352020028284F01911
Octal6540400505011703121
Binary1101011000001000000101000101000100111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352020; }

 p { color: rgb(53,32,32); }

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

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

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

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

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

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

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