#350804

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

Shades of Seal Brown #350804

Tints of Seal Brown #350804

Color information

#350804 (or 0x350804) is unknown color: approx Seal Brown. HEX triplet: 35, 08 and 04. RGB value is (53,8,4). Sum of RGB (Red+Green+Blue) = 53+8+4=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #350804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350804 is #CAF7FB. Grayscale: #151515. Windows color (decimal): -13301756 or 264245. OLE color: 264245.

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

Color convert

RGB5384-
CMYK00.850.920.79
HSL4.9º85.96%11.18%-
HSV(B)4.9º92.45%20.78%-
XYZ1.580.940.21-
YUV21118.41150.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 81.54%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=81.54%
G=12.31%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal538400.850.920.794.985.9611.18
Hex35840555C4F556b
Octal651040125134117512613
Binary1101011000100010101011011100100111110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350804; }

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

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

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

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

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

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

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

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