#340D0C

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

Shades of Seal Brown #340D0C

Tints of Seal Brown #340D0C

Color information

#340D0C (or 0x340D0C) is unknown color: approx Seal Brown. HEX triplet: 34, 0D and 0C. RGB value is (52,13,12). Sum of RGB (Red+Green+Blue) = 52+13+12=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D0C is #CBF2F3. Grayscale: #181818. Windows color (decimal): -13366004 or 789812. OLE color: 789812.

HSL color Cylindrical-coordinate representation of color #340D0C: hue angle of 1.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 #340D0C is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB521312-
CMYK00.750.770.80
HSL1.5º62.5%12.55%-
HSV(B)1.5º76.92%20.39%-
XYZ1.631.040.46-
YUV24.55120.92147.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 67.53%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=67.53%
G=16.88%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52131200.750.770.801.562.512.55
Hex34DC04B4D5023ed
Octal641514011311512027615
Binary110100110111000100101110011011010000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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