#762F01

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

Shades of Peru Tan #762F01

Tints of Peru Tan #762F01

Color information

#762F01 (or 0x762F01) is unknown color: approx Peru Tan. HEX triplet: 76, 2F and 01. RGB value is (118,47,1). Sum of RGB (Red+Green+Blue) = 118+47+1=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F01 is #89D0FE. Grayscale: #3F3F3F. Windows color (decimal): -9031935 or 77686. OLE color: 77686.

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

Color convert

RGB118471-
CMYK00.600.990.54
HSL23.59º98.32%23.33%-
HSV(B)23.59º99.15%46.27%-
XYZ8.495.890.72-
YUV62.9893.02167.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=71.08%
G=28.31%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11847100.600.990.5423.5998.3223.33
Hex762F103C6336186217
Octal166571074143663014227
Binary111011010111110111100110001111011011000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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