#76381A

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

Shades of Peru Tan #76381A

Tints of Peru Tan #76381A

Color information

#76381A (or 0x76381A) is unknown color: approx Peru Tan. HEX triplet: 76, 38 and 1A. RGB value is (118,56,26). Sum of RGB (Red+Green+Blue) = 118+56+26=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76381A is #89C7E5. Grayscale: #474747. Windows color (decimal): -9029606 or 1718390. OLE color: 1718390.

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

Color convert

RGB1185626-
CMYK00.530.780.54
HSL19.57º63.89%28.24%-
HSV(B)19.57º77.97%46.27%-
XYZ9.076.751.8-
YUV71.12102.54161.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 26 (10.55% from 255) = 13%
R=59%
G=28%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118562600.530.780.5419.5763.8928.24
Hex76381A0354E3614401c
Octal1667032065116662410034
Binary1110110111000110100110101100111011011010100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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