#340F0C

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

Shades of Seal Brown #340F0C

Tints of Seal Brown #340F0C

Color information

#340F0C (or 0x340F0C) is unknown color: approx Seal Brown. HEX triplet: 34, 0F and 0C. RGB value is (52,15,12). Sum of RGB (Red+Green+Blue) = 52+15+12=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F0C is #CBF0F3. Grayscale: #191919. Windows color (decimal): -13365492 or 790324. OLE color: 790324.

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

Color convert

RGB521512-
CMYK00.710.770.80
HSL4.5º62.5%12.55%-
HSV(B)4.5º76.92%20.39%-
XYZ1.651.10.47-
YUV25.72120.26146.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=65.82%
G=18.99%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52151200.710.770.804.562.512.55
Hex34FC0474D5043ed
Octal641714010711512047615
Binary1101001111110001000111100110110100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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