#340E03

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

Shades of Seal Brown #340E03

Tints of Seal Brown #340E03

Color information

#340E03 (or 0x340E03) is unknown color: approx Seal Brown. HEX triplet: 34, 0E and 03. RGB value is (52,14,3). Sum of RGB (Red+Green+Blue) = 52+14+3=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #340E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E03 is #CBF1FC. Grayscale: #181818. Windows color (decimal): -13365757 or 200244. OLE color: 200244.

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

Color convert

RGB52143-
CMYK00.730.940.80
HSL13.47º89.09%10.78%-
HSV(B)13.47º94.23%20.39%-
XYZ1.591.050.21-
YUV24.11116.09147.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 75.36%
GREEN value IS 14 (5.86% from 255) = 20.29%
BLUE value IS 3 (1.56% from 255) = 4.35%
R=75.36%
G=20.29%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5214300.730.940.8013.4789.0910.78
Hex34E30495E50d59b
Octal6416301111361201513113
Binary1101001110110100100110111101010000110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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