#351002

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

Shades of Seal Brown #351002

Tints of Seal Brown #351002

Color information

#351002 (or 0x351002) is unknown color: approx Seal Brown. HEX triplet: 35, 10 and 02. RGB value is (53,16,2). Sum of RGB (Red+Green+Blue) = 53+16+2=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #351002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351002 is #CAEFFD. Grayscale: #191919. Windows color (decimal): -13299710 or 135221. OLE color: 135221.

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

Color convert

RGB53162-
CMYK00.700.960.79
HSL16.47º92.73%10.78%-
HSV(B)16.47º96.23%20.78%-
XYZ1.661.130.19-
YUV25.47114.76147.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 74.65%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=74.65%
G=22.54%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5316200.700.960.7916.4792.7310.78
Hex35102046604F105db
Octal6520201061401172013513
Binary110101100001001000110110000010011111000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351002; }

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

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

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

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

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

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

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

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