#76310A

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

Shades of Peru Tan #76310A

Tints of Peru Tan #76310A

Color information

#76310A (or 0x76310A) is unknown color: approx Peru Tan. HEX triplet: 76, 31 and 0A. RGB value is (118,49,10). Sum of RGB (Red+Green+Blue) = 118+49+10=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #76310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76310A is #89CEF5. Grayscale: #414141. Windows color (decimal): -9031414 or 668022. OLE color: 668022.

HSL color Cylindrical-coordinate representation of color #76310A: hue angle of 21.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 #76310A is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1184910-
CMYK00.580.920.54
HSL21.67º84.38%25.1%-
HSV(B)21.67º91.53%46.27%-
XYZ8.626.071-
YUV65.1896.86165.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 10 (4.30% from 255) = 5.65%
R=66.67%
G=27.68%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118491000.580.920.5421.6784.3825.1
Hex7631A03A5C36165419
Octal1666112072134662612431
Binary111011011000110100111010101110011011010110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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