#340803

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

Shades of Seal Brown #340803

Tints of Seal Brown #340803

Color information

#340803 (or 0x340803) is unknown color: approx Seal Brown. HEX triplet: 34, 08 and 03. RGB value is (52,8,3). Sum of RGB (Red+Green+Blue) = 52+8+3=63 (8% of max value = 765). Red value is 52 (20.70% from 255 or 82.54% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 52 - color contains mainly: red. Hex color #340803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340803 is #CBF7FC. Grayscale: #141414. Windows color (decimal): -13367293 or 198708. OLE color: 198708.

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

Color convert

RGB5283-
CMYK00.850.940.80
HSL6.12º89.09%10.78%-
HSV(B)6.12º94.23%20.39%-
XYZ1.520.910.18-
YUV20.59118.08150.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 82.54%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 3 (1.56% from 255) = 4.76%
R=82.54%
G=12.70%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal528300.850.940.806.1289.0910.78
Hex34830555E50659b
Octal641030125136120613113
Binary110100100011010101011011110101000011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340803; }

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

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

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

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

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

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

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

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