#350805

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

Shades of Seal Brown #350805

Tints of Seal Brown #350805

Color information

#350805 (or 0x350805) is unknown color: approx Seal Brown. HEX triplet: 35, 08 and 05. RGB value is (53,8,5). Sum of RGB (Red+Green+Blue) = 53+8+5=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350805 is #CAF7FA. Grayscale: #151515. Windows color (decimal): -13301755 or 329781. OLE color: 329781.

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

Color convert

RGB5385-
CMYK00.850.910.79
HSL3.75º82.76%11.37%-
HSV(B)3.75º90.57%20.78%-
XYZ1.580.940.24-
YUV21.11118.91150.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 80.30%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=80.30%
G=12.12%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal538500.850.910.793.7582.7611.37
Hex35850555B4F453b
Octal651050125133117412313
Binary1101011000101010101011011011100111110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350805; }

 p { color: rgb(53,8,5); }

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

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

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

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

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

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

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