#341511

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

Shades of Seal Brown #341511

Tints of Seal Brown #341511

Color information

#341511 (or 0x341511) is unknown color: approx Seal Brown. HEX triplet: 34, 15 and 11. RGB value is (52,21,17). Sum of RGB (Red+Green+Blue) = 52+21+17=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341511 is #CBEAEE. Grayscale: #1D1D1D. Windows color (decimal): -13363951 or 1119540. OLE color: 1119540.

HSL color Cylindrical-coordinate representation of color #341511: hue angle of 6.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341511 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB522117-
CMYK00.600.670.80
HSL6.86º50.72%13.53%-
HSV(B)6.86º67.31%20.39%-
XYZ1.791.310.69-
YUV29.81120.77143.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.78%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=57.78%
G=23.33%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52211700.600.670.806.8650.7213.53
Hex34151103C4350733e
Octal64252107410312076316
Binary11010010101100010111100100001110100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341511; }

 p { color: rgb(52,21,17); }

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

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

 a { background-color: rgb(52,21,17); }

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

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

 span { border-color: rgb(52,21,17); }

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