#76341A

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

Shades of Peru Tan #76341A

Tints of Peru Tan #76341A

Color information

#76341A (or 0x76341A) is unknown color: approx Peru Tan. HEX triplet: 76, 34 and 1A. RGB value is (118,52,26). Sum of RGB (Red+Green+Blue) = 118+52+26=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76341A is #89CBE5. Grayscale: #444444. Windows color (decimal): -9030630 or 1717366. OLE color: 1717366.

HSL color Cylindrical-coordinate representation of color #76341A: hue angle of 16.96º 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 #76341A is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1185226-
CMYK00.560.780.54
HSL16.96º63.89%28.24%-
HSV(B)16.96º77.97%46.27%-
XYZ8.896.381.74-
YUV68.77103.87163.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=60.20%
G=26.53%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118522600.560.780.5416.9663.8928.24
Hex76341A0384E3611401c
Octal1666432070116662110034
Binary1110110110100110100111000100111011011010001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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