#350A06

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

Shades of Seal Brown #350A06

Tints of Seal Brown #350A06

Color information

#350A06 (or 0x350A06) is unknown color: approx Seal Brown. HEX triplet: 35, 0A and 06. RGB value is (53,10,6). Sum of RGB (Red+Green+Blue) = 53+10+6=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #350A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350A06 is #CAF5F9. Grayscale: #161616. Windows color (decimal): -13301242 or 395829. OLE color: 395829.

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

Color convert

RGB53106-
CMYK00.810.890.79
HSL5.11º79.66%11.57%-
HSV(B)5.11º88.68%20.78%-
XYZ1.610.990.28-
YUV22.4118.75149.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 76.81%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=76.81%
G=14.49%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5310600.810.890.795.1179.6611.57
Hex35A6051594F550c
Octal651260121131117512014
Binary1101011010110010100011011001100111110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350A06; }

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

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

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

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

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

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

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

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