#341717

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

Shades of Seal Brown #341717

Tints of Seal Brown #341717

Color information

#341717 (or 0x341717) is unknown color: approx Seal Brown. HEX triplet: 34, 17 and 17. RGB value is (52,23,23). Sum of RGB (Red+Green+Blue) = 52+23+23=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #341717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341717 is #CBE8E8. Grayscale: #1F1F1F. Windows color (decimal): -13363433 or 1513268. OLE color: 1513268.

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

Color convert

RGB522323-
CMYK00.560.560.80
HSL38.67%14.71%-
HSV(B)55.77%20.39%-
XYZ1.881.40.98-
YUV31.67123.11142.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52232300.560.560.80038.6714.71
Hex3417170383850027f
Octal6427270707012004717
Binary11010010111101110111000111000101000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341717; }

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

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

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

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

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

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

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

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