#76361A

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

Shades of Peru Tan #76361A

Tints of Peru Tan #76361A

Color information

#76361A (or 0x76361A) is unknown color: approx Peru Tan. HEX triplet: 76, 36 and 1A. RGB value is (118,54,26). Sum of RGB (Red+Green+Blue) = 118+54+26=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76361A is #89C9E5. Grayscale: #464646. Windows color (decimal): -9030118 or 1717878. OLE color: 1717878.

HSL color Cylindrical-coordinate representation of color #76361A: hue angle of 18.26º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76361A is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1185426-
CMYK00.540.780.54
HSL18.26º63.89%28.24%-
HSV(B)18.26º77.97%46.27%-
XYZ8.986.561.77-
YUV69.94103.2162.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=59.60%
G=27.27%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118542600.540.780.5418.2663.8928.24
Hex76361A0364E3612401c
Octal1666632066116662210034
Binary1110110110110110100110110100111011011010010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,54,26); }

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

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

 a { background-color: rgb(118,54,26); }

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

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

 span { border-color: rgb(118,54,26); }

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