#35170F

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

Shades of Seal Brown #35170F

Tints of Seal Brown #35170F

Color information

#35170F (or 0x35170F) is unknown color: approx Seal Brown. HEX triplet: 35, 17 and 0F. RGB value is (53,23,15). Sum of RGB (Red+Green+Blue) = 53+23+15=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #35170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35170F is #CAE8F0. Grayscale: #1F1F1F. Windows color (decimal): -13297905 or 988981. OLE color: 988981.

HSL color Cylindrical-coordinate representation of color #35170F: hue angle of 12.63º 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 #35170F is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB532315-
CMYK00.570.720.79
HSL12.63º55.88%13.33%-
HSV(B)12.63º71.7%20.78%-
XYZ1.861.40.62-
YUV31.06118.94143.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 23 (9.38% from 255) = 25.27%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=58.24%
G=25.27%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53231500.570.720.7912.6355.8813.33
Hex3517F039484Fd38d
Octal652717071110117157015
Binary11010110111111101110011001000100111111011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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