#762C00

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

Shades of Peru Tan #762C00

Tints of Peru Tan #762C00

Color information

#762C00 (or 0x762C00) is unknown color: approx Peru Tan. HEX triplet: 76, 2C and 00. RGB value is (118,44,0). Sum of RGB (Red+Green+Blue) = 118+44+0=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C00 is #89D3FF. Grayscale: #3D3D3D. Windows color (decimal): -9032704 or 11382. OLE color: 11382.

HSL color Cylindrical-coordinate representation of color #762C00: hue angle of 22.37º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #762C00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118440-
CMYK00.6310.54
HSL22.37º100%23.14%-
HSV(B)22.37º100%46.27%-
XYZ8.375.650.65-
YUV61.1193.52168.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.84%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.84%
G=27.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11844000.6310.5422.3710023.14
Hex762C003F6436166417
Octal166540077144662614427
Binary111011010110000111111110010011011010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,44,0); }

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

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

 a { background-color: rgb(118,44,0); }

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

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

 span { border-color: rgb(118,44,0); }

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