#341814

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

Shades of Seal Brown #341814

Tints of Seal Brown #341814

Color information

#341814 (or 0x341814) is unknown color: approx Seal Brown. HEX triplet: 34, 18 and 14. RGB value is (52,24,20). Sum of RGB (Red+Green+Blue) = 52+24+20=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341814 is #CBE7EB. Grayscale: #1F1F1F. Windows color (decimal): -13363180 or 1316916. OLE color: 1316916.

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

Color convert

RGB522420-
CMYK00.540.620.80
HSL7.5º44.44%14.12%-
HSV(B)7.5º61.54%20.39%-
XYZ1.871.430.84-
YUV31.92121.28142.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=54.17%
G=25%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52242000.540.620.807.544.4414.12
Hex3418140363E5082ce
Octal64302406676120105416
Binary11010011000101000110110111110101000010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341814; }

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

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

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

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

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

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

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

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