#35110A

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

Shades of Seal Brown #35110A

Tints of Seal Brown #35110A

Color information

#35110A (or 0x35110A) is unknown color: approx Seal Brown. HEX triplet: 35, 11 and 0A. RGB value is (53,17,10). Sum of RGB (Red+Green+Blue) = 53+17+10=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #35110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35110A is #CAEEF5. Grayscale: #1B1B1B. Windows color (decimal): -13299446 or 659765. OLE color: 659765.

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

Color convert

RGB531710-
CMYK00.680.810.79
HSL9.77º68.25%12.35%-
HSV(B)9.77º81.13%20.78%-
XYZ1.721.180.42-
YUV26.97118.43146.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 66.25%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=66.25%
G=21.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53171000.680.810.799.7768.2512.35
Hex3511A044514Fa44c
Octal65211201041211171210414
Binary1101011000110100100010010100011001111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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