#341613

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

Shades of Seal Brown #341613

Tints of Seal Brown #341613

Color information

#341613 (or 0x341613) is unknown color: approx Seal Brown. HEX triplet: 34, 16 and 13. RGB value is (52,22,19). Sum of RGB (Red+Green+Blue) = 52+22+19=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341613 is #CBE9EC. Grayscale: #1E1E1E. Windows color (decimal): -13363693 or 1250868. OLE color: 1250868.

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

Color convert

RGB522219-
CMYK00.580.630.80
HSL5.45º46.48%13.92%-
HSV(B)5.45º63.46%20.39%-
XYZ1.821.350.78-
YUV30.63121.44143.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.91%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=55.91%
G=23.66%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52221900.580.630.805.4546.4813.92
Hex34161303A3F5052ee
Octal6426230727712055616
Binary1101001011010011011101011111110100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341613; }

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

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

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

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

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

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

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

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