#350807

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

Shades of Seal Brown #350807

Tints of Seal Brown #350807

Color information

#350807 (or 0x350807) is unknown color: approx Seal Brown. HEX triplet: 35, 08 and 07. RGB value is (53,8,7). Sum of RGB (Red+Green+Blue) = 53+8+7=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350807 is #CAF7F8. Grayscale: #151515. Windows color (decimal): -13301753 or 460853. OLE color: 460853.

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

Color convert

RGB5387-
CMYK00.850.870.79
HSL1.3º76.67%11.76%-
HSV(B)1.3º86.79%20.78%-
XYZ1.590.950.3-
YUV21.34119.91150.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 77.94%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 7 (3.12% from 255) = 10.29%
R=77.94%
G=11.76%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal538700.850.870.791.376.6711.76
Hex3587055574F14dc
Octal651070125127117111514
Binary11010110001110101010110101111001111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350807; }

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

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

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

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

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

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

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

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