#340908

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

Shades of Seal Brown #340908

Tints of Seal Brown #340908

Color information

#340908 (or 0x340908) is unknown color: approx Seal Brown. HEX triplet: 34, 09 and 08. RGB value is (52,9,8). Sum of RGB (Red+Green+Blue) = 52+9+8=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #340908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340908 is #CBF6F7. Grayscale: #151515. Windows color (decimal): -13367032 or 526644. OLE color: 526644.

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

Color convert

RGB5298-
CMYK00.830.850.80
HSL1.36º73.33%11.76%-
HSV(B)1.36º84.62%20.39%-
XYZ1.560.940.33-
YUV21.74120.25149.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 75.36%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 8 (3.52% from 255) = 11.59%
R=75.36%
G=13.04%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal529800.830.850.801.3673.3311.76
Hex34980535550149c
Octal6411100123125120111114
Binary110100100110000101001110101011010000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340908; }

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

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

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

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

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

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

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

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