#76361E

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

Shades of Peru Tan #76361E

Tints of Peru Tan #76361E

Color information

#76361E (or 0x76361E) is unknown color: approx Peru Tan. HEX triplet: 76, 36 and 1E. RGB value is (118,54,30). Sum of RGB (Red+Green+Blue) = 118+54+30=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76361E is #89C9E1. Grayscale: #464646. Windows color (decimal): -9030114 or 1980022. OLE color: 1980022.

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

Color convert

RGB1185430-
CMYK00.540.750.54
HSL16.36º59.46%29.02%-
HSV(B)16.36º74.58%46.27%-
XYZ9.026.582.02-
YUV70.4105.2161.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=58.42%
G=26.73%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118543000.540.750.5416.3659.4629.02
Hex76361E0364B36103b1d
Octal166663606611366207335
Binary111011011011011110011011010010111101101000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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