#350A0A

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

Shades of Seal Brown #350A0A

Tints of Seal Brown #350A0A

Color information

#350A0A (or 0x350A0A) is unknown color: approx Seal Brown. HEX triplet: 35, 0A and 0A. RGB value is (53,10,10). Sum of RGB (Red+Green+Blue) = 53+10+10=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #350A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350A0A is #CAF5F5. Grayscale: #161616. Windows color (decimal): -13301238 or 657973. OLE color: 657973.

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

Color convert

RGB531010-
CMYK00.810.810.79
HSL68.25%12.35%-
HSV(B)81.13%20.78%-
XYZ1.6310.39-
YUV22.86120.75149.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 10 (4.30% from 255) = 13.70%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=72.60%
G=13.70%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53101000.810.810.79068.2512.35
Hex35AA051514F044c
Octal6512120121121117010414
Binary110101101010100101000110100011001111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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