#762F08

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

Shades of Peru Tan #762F08

Tints of Peru Tan #762F08

Color information

#762F08 (or 0x762F08) is unknown color: approx Peru Tan. HEX triplet: 76, 2F and 08. RGB value is (118,47,8). Sum of RGB (Red+Green+Blue) = 118+47+8=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #762F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F08 is #89D0F7. Grayscale: #404040. Windows color (decimal): -9031928 or 536438. OLE color: 536438.

HSL color Cylindrical-coordinate representation of color #762F08: hue angle of 21.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #762F08 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118478-
CMYK00.600.930.54
HSL21.27º87.3%24.71%-
HSV(B)21.27º93.22%46.27%-
XYZ8.535.90.92-
YUV63.7896.52166.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=68.21%
G=27.17%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11847800.600.930.5421.2787.324.71
Hex762F803C5D36155719
Octal1665710074135662512731
Binary111011010111110000111100101110111011010101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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