#35130A

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

Shades of Seal Brown #35130A

Tints of Seal Brown #35130A

Color information

#35130A (or 0x35130A) is unknown color: approx Seal Brown. HEX triplet: 35, 13 and 0A. RGB value is (53,19,10). Sum of RGB (Red+Green+Blue) = 53+19+10=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #35130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35130A is #CAECF5. Grayscale: #1C1C1C. Windows color (decimal): -13298934 or 660277. OLE color: 660277.

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

Color convert

RGB531910-
CMYK00.640.810.79
HSL12.56º68.25%12.35%-
HSV(B)12.56º81.13%20.78%-
XYZ1.761.240.43-
YUV28.14117.76145.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 64.63%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=64.63%
G=23.17%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53191000.640.810.7912.5668.2512.35
Hex3513A040514Fd44c
Octal65231201001211171510414
Binary1101011001110100100000010100011001111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35130A; }

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

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

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

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

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

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

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

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