#341003

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

Shades of Seal Brown #341003

Tints of Seal Brown #341003

Color information

#341003 (or 0x341003) is unknown color: approx Seal Brown. HEX triplet: 34, 10 and 03. RGB value is (52,16,3). Sum of RGB (Red+Green+Blue) = 52+16+3=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #341003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341003 is #CBEFFC. Grayscale: #191919. Windows color (decimal): -13365245 or 200756. OLE color: 200756.

HSL color Cylindrical-coordinate representation of color #341003: hue angle of 15.92º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #341003 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB52163-
CMYK00.690.940.80
HSL15.92º89.09%10.78%-
HSV(B)15.92º94.23%20.39%-
XYZ1.621.110.21-
YUV25.28115.43147.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 73.24%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=73.24%
G=22.54%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5216300.690.940.8015.9289.0910.78
Hex341030455E501059b
Octal6420301051361202013113
Binary110100100001101000101101111010100001000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341003; }

 p { color: rgb(52,16,3); }

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

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

 a { background-color: rgb(52,16,3); }

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

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

 span { border-color: rgb(52,16,3); }

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