#341614

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

Shades of Seal Brown #341614

Tints of Seal Brown #341614

Color information

#341614 (or 0x341614) is unknown color: approx Seal Brown. HEX triplet: 34, 16 and 14. RGB value is (52,22,20). Sum of RGB (Red+Green+Blue) = 52+22+20=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341614 is #CBE9EB. Grayscale: #1E1E1E. Windows color (decimal): -13363692 or 1316404. OLE color: 1316404.

HSL color Cylindrical-coordinate representation of color #341614: hue angle of 3.75º 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 #341614 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB522220-
CMYK00.580.620.80
HSL3.75º44.44%14.12%-
HSV(B)3.75º61.54%20.39%-
XYZ1.831.350.83-
YUV30.74121.94143.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=55.32%
G=23.40%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52222000.580.620.803.7544.4414.12
Hex34161403A3E5042ce
Octal6426240727612045416
Binary1101001011010100011101011111010100001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341614; }

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

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

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

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

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

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

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

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