#35110F

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

Shades of Seal Brown #35110F

Tints of Seal Brown #35110F

Color information

#35110F (or 0x35110F) is unknown color: approx Seal Brown. HEX triplet: 35, 11 and 0F. RGB value is (53,17,15). Sum of RGB (Red+Green+Blue) = 53+17+15=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35110F is #CAEEF0. Grayscale: #1B1B1B. Windows color (decimal): -13299441 or 987445. OLE color: 987445.

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

Color convert

RGB531715-
CMYK00.680.720.79
HSL3.16º55.88%13.33%-
HSV(B)3.16º71.7%20.78%-
XYZ1.751.190.59-
YUV27.54120.93146.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=62.35%
G=20%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53171500.680.720.793.1655.8813.33
Hex3511F044484F338d
Octal652117010411011737015
Binary1101011000111110100010010010001001111111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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