#340403

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

Shades of Seal Brown #340403

Tints of Seal Brown #340403

Color information

#340403 (or 0x340403) is unknown color: approx Seal Brown. HEX triplet: 34, 04 and 03. RGB value is (52,4,3). Sum of RGB (Red+Green+Blue) = 52+4+3=59 (7% of max value = 765). Red value is 52 (20.70% from 255 or 88.14% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 52 - color contains mainly: red. Hex color #340403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340403 is #CBFBFC. Grayscale: #121212. Windows color (decimal): -13368317 or 197684. OLE color: 197684.

HSL color Cylindrical-coordinate representation of color #340403: hue angle of 1.22º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340403 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB5243-
CMYK00.920.940.80
HSL1.22º89.09%10.78%-
HSV(B)1.22º94.23%20.39%-
XYZ1.480.820.17-
YUV18.24119.4152.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 88.14%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 3 (1.56% from 255) = 5.08%
R=88.14%
G=6.78%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal524300.920.940.801.2289.0910.78
Hex344305C5E50159b
Octal64430134136120113113
Binary110100100110101110010111101010000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340403; }

 p { color: rgb(52,4,3); }

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

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

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

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

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

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

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