#341209

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

Shades of Seal Brown #341209

Tints of Seal Brown #341209

Color information

#341209 (or 0x341209) is unknown color: approx Seal Brown. HEX triplet: 34, 12 and 09. RGB value is (52,18,9). Sum of RGB (Red+Green+Blue) = 52+18+9=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #341209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341209 is #CBEDF6. Grayscale: #1B1B1B. Windows color (decimal): -13364727 or 594484. OLE color: 594484.

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

Color convert

RGB52189-
CMYK00.650.830.80
HSL12.56º70.49%11.96%-
HSV(B)12.56º82.69%20.39%-
XYZ1.681.180.4-
YUV27.14117.76145.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 9 (3.91% from 255) = 11.39%
R=65.82%
G=22.78%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5218900.650.830.8012.5670.4911.96
Hex341290415350d46c
Octal64221101011231201510614
Binary1101001001010010100000110100111010000110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341209; }

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

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

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

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

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

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

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

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