#341106

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

Shades of Seal Brown #341106

Tints of Seal Brown #341106

Color information

#341106 (or 0x341106) is unknown color: approx Seal Brown. HEX triplet: 34, 11 and 06. RGB value is (52,17,6). Sum of RGB (Red+Green+Blue) = 52+17+6=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #341106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341106 is #CBEEF9. Grayscale: #1A1A1A. Windows color (decimal): -13364986 or 397620. OLE color: 397620.

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

Color convert

RGB52176-
CMYK00.670.880.80
HSL14.35º79.31%11.37%-
HSV(B)14.35º88.46%20.39%-
XYZ1.651.140.31-
YUV26.21116.6146.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 69.33%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 6 (2.73% from 255) = 8%
R=69.33%
G=22.67%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5217600.670.880.8014.3579.3111.37
Hex341160435850e4fb
Octal6421601031301201611713
Binary110100100011100100001110110001010000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341106; }

 p { color: rgb(52,17,6); }

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

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

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

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

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

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

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