#350F09

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

Shades of Seal Brown #350F09

Tints of Seal Brown #350F09

Color information

#350F09 (or 0x350F09) is unknown color: approx Seal Brown. HEX triplet: 35, 0F and 09. RGB value is (53,15,9). Sum of RGB (Red+Green+Blue) = 53+15+9=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F09 is #CAF0F6. Grayscale: #191919. Windows color (decimal): -13299959 or 593717. OLE color: 593717.

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

Color convert

RGB53159-
CMYK00.720.830.79
HSL8.18º70.97%12.16%-
HSV(B)8.18º83.02%20.78%-
XYZ1.691.120.39-
YUV25.68118.59147.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 68.83%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 9 (3.91% from 255) = 11.69%
R=68.83%
G=19.48%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5315900.720.830.798.1870.9712.16
Hex35F9048534F847c
Octal65171101101231171010714
Binary110101111110010100100010100111001111100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350F09; }

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

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

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

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

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

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

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

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