#35120E

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

Shades of Seal Brown #35120E

Tints of Seal Brown #35120E

Color information

#35120E (or 0x35120E) is unknown color: approx Seal Brown. HEX triplet: 35, 12 and 0E. RGB value is (53,18,14). Sum of RGB (Red+Green+Blue) = 53+18+14=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35120E is #CAEDF1. Grayscale: #1C1C1C. Windows color (decimal): -13299186 or 922165. OLE color: 922165.

HSL color Cylindrical-coordinate representation of color #35120E: hue angle of 6.15º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35120E is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB531814-
CMYK00.660.740.79
HSL6.15º58.21%13.14%-
HSV(B)6.15º73.58%20.78%-
XYZ1.761.220.56-
YUV28.01120.1145.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=62.35%
G=21.18%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53181400.660.740.796.1558.2113.14
Hex3512E0424A4F63ad
Octal652216010211211767215
Binary11010110010111001000010100101010011111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35120E; }

 p { color: rgb(53,18,14); }

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

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

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

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

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

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

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