#75340A

Color #75340A Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #75340A

Tints of Peru Tan #75340A

Color information

#75340A (or 0x75340A) is unknown color: approx Peru Tan. HEX triplet: 75, 34 and 0A. RGB value is (117,52,10). Sum of RGB (Red+Green+Blue) = 117+52+10=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #75340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75340A is #8ACBF5. Grayscale: #424242. Windows color (decimal): -9096182 or 668789. OLE color: 668789.

HSL color Cylindrical-coordinate representation of color #75340A: hue angle of 23.55º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75340A is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1175210-
CMYK00.560.910.54
HSL23.55º84.25%24.9%-
HSV(B)23.55º91.45%45.88%-
XYZ8.626.261.04-
YUV66.6596.03163.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 10 (4.30% from 255) = 5.59%
R=65.36%
G=29.05%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117521000.560.910.5423.5584.2524.9
Hex7534A0385B36185419
Octal1656412070133663012431
Binary111010111010010100111000101101111011011000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75340A; }

 p { color: rgb(117,52,10); }

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

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

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

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

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

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

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