#76280A

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

Shades of Peru Tan #76280A

Tints of Peru Tan #76280A

Color information

#76280A (or 0x76280A) is unknown color: approx Peru Tan. HEX triplet: 76, 28 and 0A. RGB value is (118,40,10). Sum of RGB (Red+Green+Blue) = 118+40+10=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76280A is #89D7F5. Grayscale: #3C3C3C. Windows color (decimal): -9033718 or 665718. OLE color: 665718.

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

Color convert

RGB1184010-
CMYK00.660.920.54
HSL16.67º84.38%25.1%-
HSV(B)16.67º91.53%46.27%-
XYZ8.285.390.89-
YUV59.999.84169.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.24%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=70.24%
G=23.81%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118401000.660.920.5416.6784.3825.1
Hex7628A0425C36115419
Octal16650120102134662112431
Binary1110110101000101001000010101110011011010001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,40,10); }

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

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

 a { background-color: rgb(118,40,10); }

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

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

 span { border-color: rgb(118,40,10); }

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