#341914

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

Shades of Seal Brown #341914

Tints of Seal Brown #341914

Color information

#341914 (or 0x341914) is unknown color: approx Seal Brown. HEX triplet: 34, 19 and 14. RGB value is (52,25,20). Sum of RGB (Red+Green+Blue) = 52+25+20=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341914 is #CBE6EB. Grayscale: #202020. Windows color (decimal): -13362924 or 1317172. OLE color: 1317172.

HSL color Cylindrical-coordinate representation of color #341914: hue angle of 9.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #341914 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB522520-
CMYK00.520.620.80
HSL9.38º44.44%14.12%-
HSV(B)9.38º61.54%20.39%-
XYZ1.891.480.85-
YUV32.5120.95141.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=53.61%
G=25.77%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52252000.520.620.809.3844.4414.12
Hex3419140343E5092ce
Octal64312406476120115416
Binary11010011001101000110100111110101000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341914; }

 p { color: rgb(52,25,20); }

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

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

 a { background-color: rgb(52,25,20); }

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

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

 span { border-color: rgb(52,25,20); }

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