#35150F

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

Shades of Seal Brown #35150F

Tints of Seal Brown #35150F

Color information

#35150F (or 0x35150F) is unknown color: approx Seal Brown. HEX triplet: 35, 15 and 0F. RGB value is (53,21,15). Sum of RGB (Red+Green+Blue) = 53+21+15=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #35150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35150F is #CAEAF0. Grayscale: #1D1D1D. Windows color (decimal): -13298417 or 988469. OLE color: 988469.

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

Color convert

RGB532115-
CMYK00.600.720.79
HSL9.47º55.88%13.33%-
HSV(B)9.47º71.7%20.78%-
XYZ1.821.330.61-
YUV29.88119.6144.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=59.55%
G=23.60%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53211500.600.720.799.4755.8813.33
Hex3515F03C484F938d
Octal652517074110117117015
Binary11010110101111101111001001000100111110011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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