#350600

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

Shades of Seal Brown #350600

Tints of Seal Brown #350600

Color information

#350600 (or 0x350600) is unknown color: approx Seal Brown. HEX triplet: 35, 06 and 00. RGB value is (53,6,0). Sum of RGB (Red+Green+Blue) = 53+6+0=59 (7% of max value = 765). Red value is 53 (21.09% from 255 or 89.83% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 53 - color contains mainly: red. Hex color #350600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350600 is #CAF9FF. Grayscale: #131313. Windows color (decimal): -13302272 or 1589. OLE color: 1589.

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

Color convert

RGB5360-
CMYK00.8910.79
HSL6.79º100%10.39%-
HSV(B)6.79º100%20.78%-
XYZ1.530.890.09-
YUV19.37117.07151.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 89.83%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.83%
G=10.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal536000.8910.796.7910010.39
Hex3560059644F764a
Octal65600131144117714412
Binary1101011100010110011100100100111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350600; }

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

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

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

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

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

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

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

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