#341B17

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

Shades of Seal Brown #341B17

Tints of Seal Brown #341B17

Color information

#341B17 (or 0x341B17) is unknown color: approx Seal Brown. HEX triplet: 34, 1B and 17. RGB value is (52,27,23). Sum of RGB (Red+Green+Blue) = 52+27+23=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #341B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B17 is #CBE4E8. Grayscale: #222222. Windows color (decimal): -13362409 or 1514292. OLE color: 1514292.

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

Color convert

RGB522723-
CMYK00.480.560.80
HSL8.28º38.67%14.71%-
HSV(B)8.28º55.77%20.39%-
XYZ1.961.581.01-
YUV34.02121.78140.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.98%
GREEN value IS 27 (10.94% from 255) = 26.47%
BLUE value IS 23 (9.38% from 255) = 22.55%
R=50.98%
G=26.47%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52272300.480.560.808.2838.6714.71
Hex341B170303850827f
Octal64332706070120104717
Binary11010011011101110110000111000101000010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,27,23); }

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

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

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

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

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

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

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