#350909

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

Shades of Seal Brown #350909

Tints of Seal Brown #350909

Color information

#350909 (or 0x350909) is unknown color: approx Seal Brown. HEX triplet: 35, 09 and 09. RGB value is (53,9,9). Sum of RGB (Red+Green+Blue) = 53+9+9=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #350909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350909 is #CAF6F6. Grayscale: #161616. Windows color (decimal): -13301495 or 592181. OLE color: 592181.

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

Color convert

RGB5399-
CMYK00.830.830.79
HSL70.97%12.16%-
HSV(B)83.02%20.78%-
XYZ1.620.970.36-
YUV22.16120.58150-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 74.65%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 9 (3.91% from 255) = 12.68%
R=74.65%
G=12.68%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal539900.830.830.79070.9712.16
Hex3599053534F047c
Octal6511110123123117010714
Binary110101100110010101001110100111001111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350909; }

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

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

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

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

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

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

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

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