#341A16

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

Shades of Seal Brown #341A16

Tints of Seal Brown #341A16

Color information

#341A16 (or 0x341A16) is unknown color: approx Seal Brown. HEX triplet: 34, 1A and 16. RGB value is (52,26,22). Sum of RGB (Red+Green+Blue) = 52+26+22=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #341A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A16 is #CBE5E9. Grayscale: #212121. Windows color (decimal): -13362666 or 1448500. OLE color: 1448500.

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

Color convert

RGB522622-
CMYK00.500.580.80
HSL40.54%14.51%-
HSV(B)57.69%20.39%-
XYZ1.931.530.95-
YUV33.32121.61141.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52262200.500.580.80840.5414.51
Hex341A160323A50829f
Octal64322606272120105117
Binary11010011010101100110010111010101000010001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341A16; }

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

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

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

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

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

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

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

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