#341010

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

Shades of Seal Brown #341010

Tints of Seal Brown #341010

Color information

#341010 (or 0x341010) is unknown color: approx Seal Brown. HEX triplet: 34, 10 and 10. RGB value is (52,16,16). Sum of RGB (Red+Green+Blue) = 52+16+16=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341010 is #CBEFEF. Grayscale: #1A1A1A. Windows color (decimal): -13365232 or 1052724. OLE color: 1052724.

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

Color convert

RGB521616-
CMYK00.690.690.80
HSL52.94%13.33%-
HSV(B)69.23%20.39%-
XYZ1.691.140.62-
YUV26.76121.93146-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 16 (6.64% from 255) = 19.05%
R=61.90%
G=19.05%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52161600.690.690.80052.9413.33
Hex3410100454550035d
Octal642020010510512006515
Binary1101001000010000010001011000101101000001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341010; }

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

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

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

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

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

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

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

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