#341005

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

Shades of Seal Brown #341005

Tints of Seal Brown #341005

Color information

#341005 (or 0x341005) is unknown color: approx Seal Brown. HEX triplet: 34, 10 and 05. RGB value is (52,16,5). Sum of RGB (Red+Green+Blue) = 52+16+5=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #341005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341005 is #CBEFFA. Grayscale: #191919. Windows color (decimal): -13365243 or 331828. OLE color: 331828.

HSL color Cylindrical-coordinate representation of color #341005: hue angle of 14.04º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341005 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB52165-
CMYK00.690.900.80
HSL14.04º82.46%11.18%-
HSV(B)14.04º90.38%20.39%-
XYZ1.631.110.27-
YUV25.51116.43146.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 71.23%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=71.23%
G=21.92%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5216500.690.900.8014.0482.4611.18
Hex341050455A50e52b
Octal6420501051321201612213
Binary110100100001010100010110110101010000111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341005; }

 p { color: rgb(52,16,5); }

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

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

 a { background-color: rgb(52,16,5); }

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

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

 span { border-color: rgb(52,16,5); }

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