#340F03

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

Shades of Seal Brown #340F03

Tints of Seal Brown #340F03

Color information

#340F03 (or 0x340F03) is unknown color: approx Seal Brown. HEX triplet: 34, 0F and 03. RGB value is (52,15,3). Sum of RGB (Red+Green+Blue) = 52+15+3=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F03 is #CBF0FC. Grayscale: #181818. Windows color (decimal): -13365501 or 200500. OLE color: 200500.

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

Color convert

RGB52153-
CMYK00.710.940.80
HSL14.69º89.09%10.78%-
HSV(B)14.69º94.23%20.39%-
XYZ1.61.080.21-
YUV24.7115.76147.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 74.29%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=74.29%
G=21.43%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5215300.710.940.8014.6989.0910.78
Hex34F30475E50f59b
Octal6417301071361201713113
Binary1101001111110100011110111101010000111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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