#35120D

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

Shades of Seal Brown #35120D

Tints of Seal Brown #35120D

Color information

#35120D (or 0x35120D) is unknown color: approx Seal Brown. HEX triplet: 35, 12 and 0D. RGB value is (53,18,13). Sum of RGB (Red+Green+Blue) = 53+18+13=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35120D is #CAEDF2. Grayscale: #1B1B1B. Windows color (decimal): -13299187 or 856629. OLE color: 856629.

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

Color convert

RGB531813-
CMYK00.660.750.79
HSL7.5º60.61%12.94%-
HSV(B)7.5º75.47%20.78%-
XYZ1.761.220.52-
YUV27.89119.6145.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=63.10%
G=21.43%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53181300.660.750.797.560.6112.94
Hex3512D0424B4F83dd
Octal6522150102113117107515
Binary110101100101101010000101001011100111110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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