#341409

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

Shades of Seal Brown #341409

Tints of Seal Brown #341409

Color information

#341409 (or 0x341409) is unknown color: approx Seal Brown. HEX triplet: 34, 14 and 09. RGB value is (52,20,9). Sum of RGB (Red+Green+Blue) = 52+20+9=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #341409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341409 is #CBEBF6. Grayscale: #1C1C1C. Windows color (decimal): -13364215 or 594996. OLE color: 594996.

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

Color convert

RGB52209-
CMYK00.620.830.80
HSL15.35º70.49%11.96%-
HSV(B)15.35º82.69%20.39%-
XYZ1.721.250.41-
YUV28.31117.1144.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 64.20%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=64.20%
G=24.69%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5220900.620.830.8015.3570.4911.96
Hex3414903E5350f46c
Octal6424110761231201710614
Binary110100101001001011111010100111010000111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341409; }

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

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

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

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

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

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

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

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