#340909

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

Shades of Seal Brown #340909

Tints of Seal Brown #340909

Color information

#340909 (or 0x340909) is unknown color: approx Seal Brown. HEX triplet: 34, 09 and 09. RGB value is (52,9,9). Sum of RGB (Red+Green+Blue) = 52+9+9=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340909 is #CBF6F6. Grayscale: #151515. Windows color (decimal): -13367031 or 592180. OLE color: 592180.

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

Color convert

RGB5299-
CMYK00.830.830.80
HSL70.49%11.96%-
HSV(B)82.69%20.39%-
XYZ1.560.950.36-
YUV21.86120.75149.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 74.29%
GREEN value IS 9 (3.91% from 255) = 12.86%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=74.29%
G=12.86%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal529900.830.830.80070.4911.96
Hex34990535350046c
Octal6411110123123120010614
Binary110100100110010101001110100111010000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340909; }

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

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

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

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

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

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

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

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