#341204

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

Shades of Seal Brown #341204

Tints of Seal Brown #341204

Color information

#341204 (or 0x341204) is unknown color: approx Seal Brown. HEX triplet: 34, 12 and 04. RGB value is (52,18,4). Sum of RGB (Red+Green+Blue) = 52+18+4=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #341204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341204 is #CBEDFB. Grayscale: #1A1A1A. Windows color (decimal): -13364732 or 266804. OLE color: 266804.

HSL color Cylindrical-coordinate representation of color #341204: hue angle of 17.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #341204 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB52184-
CMYK00.650.920.80
HSL17.5º85.71%10.98%-
HSV(B)17.5º92.31%20.39%-
XYZ1.651.170.25-
YUV26.57115.26146.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 70.27%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 4 (1.95% from 255) = 5.41%
R=70.27%
G=24.32%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5218400.650.920.8017.585.7110.98
Hex341240415C501256b
Octal6422401011341202212613
Binary1101001001010001000001101110010100001001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341204; }

 p { color: rgb(52,18,4); }

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

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

 a { background-color: rgb(52,18,4); }

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

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

 span { border-color: rgb(52,18,4); }

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