#341108

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

Shades of Seal Brown #341108

Tints of Seal Brown #341108

Color information

#341108 (or 0x341108) is unknown color: approx Seal Brown. HEX triplet: 34, 11 and 08. RGB value is (52,17,8). Sum of RGB (Red+Green+Blue) = 52+17+8=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #341108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341108 is #CBEEF7. Grayscale: #1A1A1A. Windows color (decimal): -13364984 or 528692. OLE color: 528692.

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

Color convert

RGB52178-
CMYK00.670.850.80
HSL12.27º73.33%11.76%-
HSV(B)12.27º84.62%20.39%-
XYZ1.661.150.36-
YUV26.44117.6146.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 67.53%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=67.53%
G=22.08%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5217800.670.850.8012.2773.3311.76
Hex341180435550c49c
Octal64211001031251201411114
Binary1101001000110000100001110101011010000110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341108; }

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

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

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

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

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

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

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

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