#341811

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

Shades of Seal Brown #341811

Tints of Seal Brown #341811

Color information

#341811 (or 0x341811) is unknown color: approx Seal Brown. HEX triplet: 34, 18 and 11. RGB value is (52,24,17). Sum of RGB (Red+Green+Blue) = 52+24+17=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341811 is #CBE7EE. Grayscale: #1F1F1F. Windows color (decimal): -13363183 or 1120308. OLE color: 1120308.

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

Color convert

RGB522417-
CMYK00.540.670.80
HSL12º50.72%13.53%-
HSV(B)12º67.31%20.39%-
XYZ1.841.420.71-
YUV31.57119.78142.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.91%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=55.91%
G=25.81%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52241700.540.670.801250.7213.53
Hex3418110364350c33e
Octal643021066103120146316
Binary110100110001000101101101000011101000011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341811; }

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

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

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

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

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

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

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

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