#341918

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

Shades of Seal Brown #341918

Tints of Seal Brown #341918

Color information

#341918 (or 0x341918) is unknown color: approx Seal Brown. HEX triplet: 34, 19 and 18. RGB value is (52,25,24). Sum of RGB (Red+Green+Blue) = 52+25+24=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #341918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341918 is #CBE6E7. Grayscale: #202020. Windows color (decimal): -13362920 or 1579316. OLE color: 1579316.

HSL color Cylindrical-coordinate representation of color #341918: hue angle of 2.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #341918 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB522524-
CMYK00.520.540.80
HSL2.14º36.84%14.9%-
HSV(B)2.14º53.85%20.39%-
XYZ1.931.491.05-
YUV32.96122.95141.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 51.49%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=51.49%
G=24.75%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52252400.520.540.802.1436.8414.9
Hex3419180343650225f
Octal6431300646612024517
Binary110100110011100001101001101101010000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341918; }

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

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

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

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

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

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

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

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