#35150D

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

Shades of Seal Brown #35150D

Tints of Seal Brown #35150D

Color information

#35150D (or 0x35150D) is unknown color: approx Seal Brown. HEX triplet: 35, 15 and 0D. RGB value is (53,21,13). Sum of RGB (Red+Green+Blue) = 53+21+13=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35150D is #CAEAF2. Grayscale: #1D1D1D. Windows color (decimal): -13298419 or 857397. OLE color: 857397.

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

Color convert

RGB532113-
CMYK00.600.750.79
HSL12º60.61%12.94%-
HSV(B)12º75.47%20.78%-
XYZ1.811.320.54-
YUV29.66118.6144.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=60.92%
G=24.14%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53211300.600.750.791260.6112.94
Hex3515D03C4B4Fc3dd
Octal652515074113117147515
Binary11010110101110101111001001011100111111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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