#34160E

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

Shades of Seal Brown #34160E

Tints of Seal Brown #34160E

Color information

#34160E (or 0x34160E) is unknown color: approx Seal Brown. HEX triplet: 34, 16 and 0E. RGB value is (52,22,14). Sum of RGB (Red+Green+Blue) = 52+22+14=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #34160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34160E is #CBE9F1. Grayscale: #1E1E1E. Windows color (decimal): -13363698 or 923188. OLE color: 923188.

HSL color Cylindrical-coordinate representation of color #34160E: hue angle of 12.63º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34160E is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB522214-
CMYK00.580.730.80
HSL12.63º57.58%12.94%-
HSV(B)12.63º73.08%20.39%-
XYZ1.781.340.58-
YUV30.06118.94143.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.09%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 14 (5.86% from 255) = 15.91%
R=59.09%
G=25%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52221400.580.730.8012.6357.5812.94
Hex3416E03A4950d3ad
Octal642616072111120157215
Binary11010010110111001110101001001101000011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34160E; }

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

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

<style>
 a { background-color: #34160E; }

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

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

<style>
 span { border-color: #34160E; }

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

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