#350504

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

Shades of Seal Brown #350504

Tints of Seal Brown #350504

Color information

#350504 (or 0x350504) is unknown color: approx Seal Brown. HEX triplet: 35, 05 and 04. RGB value is (53,5,4). Sum of RGB (Red+Green+Blue) = 53+5+4=62 (8% of max value = 765). Red value is 53 (21.09% from 255 or 85.48% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 53 - color contains mainly: red. Hex color #350504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350504 is #CAFAFB. Grayscale: #131313. Windows color (decimal): -13302524 or 263477. OLE color: 263477.

HSL color Cylindrical-coordinate representation of color #350504: hue angle of 1.22º 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 #350504 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB5354-
CMYK00.910.920.79
HSL1.22º85.96%11.18%-
HSV(B)1.22º92.45%20.78%-
XYZ1.540.870.2-
YUV19.24119.4152.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 85.48%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 4 (1.95% from 255) = 6.45%
R=85.48%
G=8.06%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535400.910.920.791.2285.9611.18
Hex355405B5C4F156b
Octal65540133134117112613
Binary1101011011000101101110111001001111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350504; }

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

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

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

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

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

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

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

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