#350802

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

Shades of Seal Brown #350802

Tints of Seal Brown #350802

Color information

#350802 (or 0x350802) is unknown color: approx Seal Brown. HEX triplet: 35, 08 and 02. RGB value is (53,8,2). Sum of RGB (Red+Green+Blue) = 53+8+2=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350802 is #CAF7FD. Grayscale: #141414. Windows color (decimal): -13301758 or 133173. OLE color: 133173.

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

Color convert

RGB5382-
CMYK00.850.960.79
HSL7.06º92.73%10.78%-
HSV(B)7.06º96.23%20.78%-
XYZ1.570.930.16-
YUV20.77117.41150.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 84.13%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=84.13%
G=12.70%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal538200.850.960.797.0692.7310.78
Hex3582055604F75db
Octal651020125140117713513
Binary110101100010010101011100000100111111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350802; }

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

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

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

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

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

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

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

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