#762B0A

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

Shades of Peru Tan #762B0A

Tints of Peru Tan #762B0A

Color information

#762B0A (or 0x762B0A) is unknown color: approx Peru Tan. HEX triplet: 76, 2B and 0A. RGB value is (118,43,10). Sum of RGB (Red+Green+Blue) = 118+43+10=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #762B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B0A is #89D4F5. Grayscale: #3D3D3D. Windows color (decimal): -9032950 or 666486. OLE color: 666486.

HSL color Cylindrical-coordinate representation of color #762B0A: hue angle of 18.33º 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 #762B0A is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1184310-
CMYK00.640.920.54
HSL18.33º84.38%25.1%-
HSV(B)18.33º91.53%46.27%-
XYZ8.395.60.93-
YUV61.6698.85168.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.01%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=69.01%
G=25.15%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118431000.640.920.5418.3384.3825.1
Hex762BA0405C36125419
Octal16653120100134662212431
Binary1110110101011101001000000101110011011010010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762B0A; }

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

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

<style>
 a { background-color: #762B0A; }

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

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

<style>
 span { border-color: #762B0A; }

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

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