#341816

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

Shades of Seal Brown #341816

Tints of Seal Brown #341816

Color information

#341816 (or 0x341816) is unknown color: approx Seal Brown. HEX triplet: 34, 18 and 16. RGB value is (52,24,22). Sum of RGB (Red+Green+Blue) = 52+24+22=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #341816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341816 is #CBE7E9. Grayscale: #202020. Windows color (decimal): -13363178 or 1447988. OLE color: 1447988.

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

Color convert

RGB522422-
CMYK00.540.580.80
HSL40.54%14.51%-
HSV(B)57.69%20.39%-
XYZ1.891.440.94-
YUV32.14122.28142.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=53.06%
G=24.49%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52242200.540.580.80440.5414.51
Hex3418160363A50429f
Octal6430260667212045117
Binary1101001100010110011011011101010100001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341816; }

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

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

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

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

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

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

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

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