#350702

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

Shades of Seal Brown #350702

Tints of Seal Brown #350702

Color information

#350702 (or 0x350702) is unknown color: approx Seal Brown. HEX triplet: 35, 07 and 02. RGB value is (53,7,2). Sum of RGB (Red+Green+Blue) = 53+7+2=62 (8% of max value = 765). Red value is 53 (21.09% from 255 or 85.48% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 53 - color contains mainly: red. Hex color #350702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350702 is #CAF8FD. Grayscale: #141414. Windows color (decimal): -13302014 or 132917. OLE color: 132917.

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

Color convert

RGB5372-
CMYK00.870.960.79
HSL5.88º92.73%10.78%-
HSV(B)5.88º96.23%20.78%-
XYZ1.560.910.15-
YUV20.18117.74151.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 85.48%
GREEN value IS 7 (3.12% from 255) = 11.29%
BLUE value IS 2 (1.17% from 255) = 3.23%
R=85.48%
G=11.29%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal537200.870.960.795.8892.7310.78
Hex3572057604F65db
Octal65720127140117613513
Binary11010111110010101111100000100111111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350702; }

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

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

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

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

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

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

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

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