#340517

Color #340517 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #340517

Tints of Rustic Red #340517

Color information

#340517 (or 0x340517) is unknown color: approx Rustic Red. HEX triplet: 34, 05 and 17. RGB value is (52,5,23). Sum of RGB (Red+Green+Blue) = 52+5+23=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #340517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340517 is #CBFAE8. Grayscale: #151515. Windows color (decimal): -13368041 or 1508660. OLE color: 1508660.

HSL color Cylindrical-coordinate representation of color #340517: hue angle of 337.02º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340517 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB52523-
CMYK00.900.560.80
HSL337.02º82.46%11.18%-
HSV(B)337.02º90.38%20.39%-
XYZ1.630.90.9-
YUV21.1129.07150.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=65%
G=6.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5252300.900.560.80337.0282.4611.18
Hex3451705A385015152b
Octal6452701327012052112213
Binary1101001011011101011010111000101000010101000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340517; }

 p { color: rgb(52,5,23); }

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

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

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

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

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

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

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