#350703

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

Shades of Seal Brown #350703

Tints of Seal Brown #350703

Color information

#350703 (or 0x350703) is unknown color: approx Seal Brown. HEX triplet: 35, 07 and 03. RGB value is (53,7,3). Sum of RGB (Red+Green+Blue) = 53+7+3=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350703 is #CAF8FC. Grayscale: #141414. Windows color (decimal): -13302013 or 198453. OLE color: 198453.

HSL color Cylindrical-coordinate representation of color #350703: hue angle of 4.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350703 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB5373-
CMYK00.870.940.79
HSL4.8º89.29%10.98%-
HSV(B)4.8º94.34%20.78%-
XYZ1.560.920.18-
YUV20.3118.24151.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 84.13%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 3 (1.56% from 255) = 4.76%
R=84.13%
G=11.11%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal537300.870.940.794.889.2910.98
Hex35730575E4F559b
Octal65730127136117513113
Binary11010111111010101111011110100111110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350703; }

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

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

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

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

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

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

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

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