#341815

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

Shades of Seal Brown #341815

Tints of Seal Brown #341815

Color information

#341815 (or 0x341815) is unknown color: approx Seal Brown. HEX triplet: 34, 18 and 15. RGB value is (52,24,21). Sum of RGB (Red+Green+Blue) = 52+24+21=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341815 is #CBE7EA. Grayscale: #202020. Windows color (decimal): -13363179 or 1382452. OLE color: 1382452.

HSL color Cylindrical-coordinate representation of color #341815: hue angle of 5.81º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341815 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB522421-
CMYK00.540.600.80
HSL5.81º42.47%14.31%-
HSV(B)5.81º59.62%20.39%-
XYZ1.881.440.89-
YUV32.03121.78142.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=53.61%
G=24.74%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52242100.540.600.805.8142.4714.31
Hex3418150363C5062ae
Octal6430250667412065216
Binary1101001100010101011011011110010100001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341815; }

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

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

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

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

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

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

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

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