#762E01

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

Shades of Peru Tan #762E01

Tints of Peru Tan #762E01

Color information

#762E01 (or 0x762E01) is unknown color: approx Peru Tan. HEX triplet: 76, 2E and 01. RGB value is (118,46,1). Sum of RGB (Red+Green+Blue) = 118+46+1=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #762E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E01 is #89D1FE. Grayscale: #3E3E3E. Windows color (decimal): -9032191 or 77430. OLE color: 77430.

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

Color convert

RGB118461-
CMYK00.610.990.54
HSL23.08º98.32%23.33%-
HSV(B)23.08º99.15%46.27%-
XYZ8.455.810.7-
YUV62.493.35167.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=71.52%
G=27.88%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11846100.610.990.5423.0898.3223.33
Hex762E103D6336176217
Octal166561075143662714227
Binary111011010111010111101110001111011010111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,46,1); }

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

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

 a { background-color: rgb(118,46,1); }

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

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

 span { border-color: rgb(118,46,1); }

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