#350904

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

Shades of Seal Brown #350904

Tints of Seal Brown #350904

Color information

#350904 (or 0x350904) is unknown color: approx Seal Brown. HEX triplet: 35, 09 and 04. RGB value is (53,9,4). Sum of RGB (Red+Green+Blue) = 53+9+4=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350904 is #CAF6FB. Grayscale: #151515. Windows color (decimal): -13301500 or 264501. OLE color: 264501.

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

Color convert

RGB5394-
CMYK00.830.920.79
HSL6.12º85.96%11.18%-
HSV(B)6.12º92.45%20.78%-
XYZ1.590.960.22-
YUV21.59118.08150.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 80.30%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=80.30%
G=13.64%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal539400.830.920.796.1285.9611.18
Hex35940535C4F656b
Octal651140123134117612613
Binary1101011001100010100111011100100111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350904; }

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

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

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

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

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

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

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

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