#351102

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

Shades of Seal Brown #351102

Tints of Seal Brown #351102

Color information

#351102 (or 0x351102) is unknown color: approx Seal Brown. HEX triplet: 35, 11 and 02. RGB value is (53,17,2). Sum of RGB (Red+Green+Blue) = 53+17+2=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #351102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351102 is #CAEEFD. Grayscale: #1A1A1A. Windows color (decimal): -13299454 or 135477. OLE color: 135477.

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

Color convert

RGB53172-
CMYK00.680.960.79
HSL17.65º92.73%10.78%-
HSV(B)17.65º96.23%20.78%-
XYZ1.681.160.19-
YUV26.05114.43147.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 73.61%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=73.61%
G=23.61%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5317200.680.960.7917.6592.7310.78
Hex35112044604F125db
Octal6521201041401172213513
Binary110101100011001000100110000010011111001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351102; }

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

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

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

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

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

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

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

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