#341917

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

Shades of Seal Brown #341917

Tints of Seal Brown #341917

Color information

#341917 (or 0x341917) is unknown color: approx Seal Brown. HEX triplet: 34, 19 and 17. RGB value is (52,25,23). Sum of RGB (Red+Green+Blue) = 52+25+23=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #341917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341917 is #CBE6E8. Grayscale: #202020. Windows color (decimal): -13362921 or 1513780. OLE color: 1513780.

HSL color Cylindrical-coordinate representation of color #341917: hue angle of 4.14º 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 #341917 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB522523-
CMYK00.520.560.80
HSL4.14º38.67%14.71%-
HSV(B)4.14º55.77%20.39%-
XYZ1.921.491-
YUV32.84122.45141.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 23%
R=52%
G=25%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52252300.520.560.804.1438.6714.71
Hex3419170343850427f
Octal6431270647012044717
Binary1101001100110111011010011100010100001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341917; }

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

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

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

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

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

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

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

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