#341512

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

Shades of Seal Brown #341512

Tints of Seal Brown #341512

Color information

#341512 (or 0x341512) is unknown color: approx Seal Brown. HEX triplet: 34, 15 and 12. RGB value is (52,21,18). Sum of RGB (Red+Green+Blue) = 52+21+18=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341512 is #CBEAED. Grayscale: #1D1D1D. Windows color (decimal): -13363950 or 1185076. OLE color: 1185076.

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

Color convert

RGB522118-
CMYK00.600.650.80
HSL5.29º48.57%13.73%-
HSV(B)5.29º65.38%20.39%-
XYZ1.791.310.73-
YUV29.93121.27143.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.14%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=57.14%
G=23.08%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52211800.600.650.805.2948.5713.73
Hex34151203C4150531e
Octal64252207410112056116
Binary11010010101100100111100100000110100001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341512; }

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

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

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

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

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

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

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

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