#341812

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

Shades of Seal Brown #341812

Tints of Seal Brown #341812

Color information

#341812 (or 0x341812) is unknown color: approx Seal Brown. HEX triplet: 34, 18 and 12. RGB value is (52,24,18). Sum of RGB (Red+Green+Blue) = 52+24+18=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341812 is #CBE7ED. Grayscale: #1F1F1F. Windows color (decimal): -13363182 or 1185844. OLE color: 1185844.

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

Color convert

RGB522418-
CMYK00.540.650.80
HSL10.59º48.57%13.73%-
HSV(B)10.59º65.38%20.39%-
XYZ1.851.430.75-
YUV31.69120.28142.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=55.32%
G=25.53%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52241800.540.650.8010.5948.5713.73
Hex3418120364150b31e
Octal643022066101120136116
Binary110100110001001001101101000001101000010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341812; }

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

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

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

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

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

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

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

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