#350401

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

Shades of Seal Brown #350401

Tints of Seal Brown #350401

Color information

#350401 (or 0x350401) is unknown color: approx Seal Brown. HEX triplet: 35, 04 and 01. RGB value is (53,4,1). Sum of RGB (Red+Green+Blue) = 53+4+1=58 (7% of max value = 765). Red value is 53 (21.09% from 255 or 91.38% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 53 - color contains mainly: red. Hex color #350401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350401 is #CAFBFE. Grayscale: #121212. Windows color (decimal): -13302783 or 66613. OLE color: 66613.

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

Color convert

RGB5341-
CMYK00.920.980.79
HSL3.46º96.3%10.59%-
HSV(B)3.46º98.11%20.78%-
XYZ1.520.850.11-
YUV18.31118.23152.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 91.38%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=91.38%
G=6.90%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal534100.920.980.793.4696.310.59
Hex354105C624F360b
Octal65410134142117314013
Binary110101100101011100110001010011111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350401; }

 p { color: rgb(53,4,1); }

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

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

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

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

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

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

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