#35150B

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

Shades of Seal Brown #35150B

Tints of Seal Brown #35150B

Color information

#35150B (or 0x35150B) is unknown color: approx Seal Brown. HEX triplet: 35, 15 and 0B. RGB value is (53,21,11). Sum of RGB (Red+Green+Blue) = 53+21+11=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35150B is #CAEAF4. Grayscale: #1D1D1D. Windows color (decimal): -13298421 or 726325. OLE color: 726325.

HSL color Cylindrical-coordinate representation of color #35150B: hue angle of 14.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35150B is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB532111-
CMYK00.600.790.79
HSL14.29º65.62%12.55%-
HSV(B)14.29º79.25%20.78%-
XYZ1.81.320.48-
YUV29.43117.6144.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=62.35%
G=24.71%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53211100.600.790.7914.2965.6212.55
Hex3515B03C4F4Fe42d
Octal6525130741171171610215
Binary110101101011011011110010011111001111111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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