#762A0D

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

Shades of Peru Tan #762A0D

Tints of Peru Tan #762A0D

Color information

#762A0D (or 0x762A0D) is unknown color: approx Peru Tan. HEX triplet: 76, 2A and 0D. RGB value is (118,42,13). Sum of RGB (Red+Green+Blue) = 118+42+13=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #762A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A0D is #89D5F2. Grayscale: #3D3D3D. Windows color (decimal): -9033203 or 862838. OLE color: 862838.

HSL color Cylindrical-coordinate representation of color #762A0D: hue angle of 16.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #762A0D is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1184213-
CMYK00.640.890.54
HSL16.57º80.15%25.69%-
HSV(B)16.57º88.98%46.27%-
XYZ8.375.541.01-
YUV61.42100.68168.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=68.21%
G=24.28%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118421300.640.890.5416.5780.1525.69
Hex762AD040593611501a
Octal16652150100131662112032
Binary1110110101010110101000000101100111011010001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,42,13); }

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

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

 a { background-color: rgb(118,42,13); }

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

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

 span { border-color: rgb(118,42,13); }

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