#350906

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

Shades of Seal Brown #350906

Tints of Seal Brown #350906

Color information

#350906 (or 0x350906) is unknown color: approx Seal Brown. HEX triplet: 35, 09 and 06. RGB value is (53,9,6). Sum of RGB (Red+Green+Blue) = 53+9+6=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350906 is #CAF6F9. Grayscale: #151515. Windows color (decimal): -13301498 or 395573. OLE color: 395573.

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

Color convert

RGB5396-
CMYK00.830.890.79
HSL3.83º79.66%11.57%-
HSV(B)3.83º88.68%20.78%-
XYZ1.60.970.27-
YUV21.81119.08150.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 77.94%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 6 (2.73% from 255) = 8.82%
R=77.94%
G=13.24%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal539600.830.890.793.8379.6611.57
Hex3596053594F450c
Octal651160123131117412014
Binary1101011001110010100111011001100111110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350906; }

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

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

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

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

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

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

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

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