#340A09

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

Shades of Seal Brown #340A09

Tints of Seal Brown #340A09

Color information

#340A09 (or 0x340A09) is unknown color: approx Seal Brown. HEX triplet: 34, 0A and 09. RGB value is (52,10,9). Sum of RGB (Red+Green+Blue) = 52+10+9=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #340A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A09 is #CBF5F6. Grayscale: #161616. Windows color (decimal): -13366775 or 592436. OLE color: 592436.

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

Color convert

RGB52109-
CMYK00.810.830.80
HSL1.4º70.49%11.96%-
HSV(B)1.4º82.69%20.39%-
XYZ1.570.970.36-
YUV22.44120.41149.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 73.24%
GREEN value IS 10 (4.30% from 255) = 14.08%
BLUE value IS 9 (3.91% from 255) = 12.68%
R=73.24%
G=14.08%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5210900.810.830.801.470.4911.96
Hex34A90515350146c
Octal6412110121123120110614
Binary110100101010010101000110100111010000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340A09; }

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

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

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

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

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

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

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

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