#341616

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

Shades of Seal Brown #341616

Tints of Seal Brown #341616

Color information

#341616 (or 0x341616) is unknown color: approx Seal Brown. HEX triplet: 34, 16 and 16. RGB value is (52,22,22). Sum of RGB (Red+Green+Blue) = 52+22+22=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341616 is #CBE9E9. Grayscale: #1F1F1F. Windows color (decimal): -13363690 or 1447476. OLE color: 1447476.

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

Color convert

RGB522222-
CMYK00.580.580.80
HSL40.54%14.51%-
HSV(B)57.69%20.39%-
XYZ1.851.360.92-
YUV30.97122.94143-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=54.17%
G=22.92%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52222200.580.580.80040.5414.51
Hex34161603A3A50029f
Octal6426260727212005117
Binary11010010110101100111010111010101000001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341616; }

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

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

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

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

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

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

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

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