#340F04

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

Shades of Seal Brown #340F04

Tints of Seal Brown #340F04

Color information

#340F04 (or 0x340F04) is unknown color: approx Seal Brown. HEX triplet: 34, 0F and 04. RGB value is (52,15,4). Sum of RGB (Red+Green+Blue) = 52+15+4=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #340F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F04 is #CBF0FB. Grayscale: #181818. Windows color (decimal): -13365500 or 266036. OLE color: 266036.

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

Color convert

RGB52154-
CMYK00.710.920.80
HSL13.75º85.71%10.98%-
HSV(B)13.75º92.31%20.39%-
XYZ1.611.080.24-
YUV24.81116.26147.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 73.24%
GREEN value IS 15 (6.25% from 255) = 21.13%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=73.24%
G=21.13%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5215400.710.920.8013.7585.7110.98
Hex34F40475C50e56b
Octal6417401071341201612613
Binary11010011111000100011110111001010000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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