#35130F

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

Shades of Seal Brown #35130F

Tints of Seal Brown #35130F

Color information

#35130F (or 0x35130F) is unknown color: approx Seal Brown. HEX triplet: 35, 13 and 0F. RGB value is (53,19,15). Sum of RGB (Red+Green+Blue) = 53+19+15=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35130F is #CAECF0. Grayscale: #1C1C1C. Windows color (decimal): -13298929 or 987957. OLE color: 987957.

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

Color convert

RGB531915-
CMYK00.640.720.79
HSL6.32º55.88%13.33%-
HSV(B)6.32º71.7%20.78%-
XYZ1.791.260.6-
YUV28.71120.26145.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=60.92%
G=21.84%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53191500.640.720.796.3255.8813.33
Hex3513F040484F638d
Octal652317010011011767015
Binary11010110011111101000000100100010011111101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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