#341411

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

Shades of Seal Brown #341411

Tints of Seal Brown #341411

Color information

#341411 (or 0x341411) is unknown color: approx Seal Brown. HEX triplet: 34, 14 and 11. RGB value is (52,20,17). Sum of RGB (Red+Green+Blue) = 52+20+17=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341411 is #CBEBEE. Grayscale: #1D1D1D. Windows color (decimal): -13364207 or 1119284. OLE color: 1119284.

HSL color Cylindrical-coordinate representation of color #341411: hue angle of 5.14º 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 #341411 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB522017-
CMYK00.620.670.80
HSL5.14º50.72%13.53%-
HSV(B)5.14º67.31%20.39%-
XYZ1.771.270.68-
YUV29.23121.1144.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=58.43%
G=22.47%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52201700.620.670.805.1450.7213.53
Hex34141103E4350533e
Octal64242107610312056316
Binary11010010100100010111110100001110100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341411; }

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

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

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

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

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

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

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

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