#350604

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

Shades of Seal Brown #350604

Tints of Seal Brown #350604

Color information

#350604 (or 0x350604) is unknown color: approx Seal Brown. HEX triplet: 35, 06 and 04. RGB value is (53,6,4). Sum of RGB (Red+Green+Blue) = 53+6+4=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350604 is #CAF9FB. Grayscale: #131313. Windows color (decimal): -13302268 or 263733. OLE color: 263733.

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

Color convert

RGB5364-
CMYK00.890.920.79
HSL2.45º85.96%11.18%-
HSV(B)2.45º92.45%20.78%-
XYZ1.560.90.21-
YUV19.82119.07151.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 84.13%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=84.13%
G=9.52%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal536400.890.920.792.4585.9611.18
Hex35640595C4F256b
Octal65640131134117212613
Binary11010111010001011001101110010011111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350604; }

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

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

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

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

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

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

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

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