#350303

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

Shades of Seal Brown #350303

Tints of Seal Brown #350303

Color information

#350303 (or 0x350303) is unknown color: approx Seal Brown. HEX triplet: 35, 03 and 03. RGB value is (53,3,3). Sum of RGB (Red+Green+Blue) = 53+3+3=59 (7% of max value = 765). Red value is 53 (21.09% from 255 or 89.83% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 53 - color contains mainly: red. Hex color #350303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350303 is #CAFCFC. Grayscale: #111111. Windows color (decimal): -13303037 or 197429. OLE color: 197429.

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

Color convert

RGB5333-
CMYK00.940.940.79
HSL89.29%10.98%-
HSV(B)94.34%20.78%-
XYZ1.520.830.17-
YUV17.95119.56153-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 89.83%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 3 (1.56% from 255) = 5.08%
R=89.83%
G=5.08%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal533300.940.940.79089.2910.98
Hex353305E5E4F059b
Octal65330136136117013113
Binary11010111110101111010111101001111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350303; }

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

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

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

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

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

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

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

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