#341309

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

Shades of Seal Brown #341309

Tints of Seal Brown #341309

Color information

#341309 (or 0x341309) is unknown color: approx Seal Brown. HEX triplet: 34, 13 and 09. RGB value is (52,19,9). Sum of RGB (Red+Green+Blue) = 52+19+9=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #341309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341309 is #CBECF6. Grayscale: #1B1B1B. Windows color (decimal): -13364471 or 594740. OLE color: 594740.

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

Color convert

RGB52199-
CMYK00.630.830.80
HSL13.95º70.49%11.96%-
HSV(B)13.95º82.69%20.39%-
XYZ1.71.220.4-
YUV27.73117.43145.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 9 (3.91% from 255) = 11.25%
R=65%
G=23.75%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5219900.630.830.8013.9570.4911.96
Hex3413903F5350e46c
Octal6423110771231201610614
Binary110100100111001011111110100111010000111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341309; }

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

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

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

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

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

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

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

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