#762D12

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

Shades of Peru Tan #762D12

Tints of Peru Tan #762D12

Color information

#762D12 (or 0x762D12) is unknown color: approx Peru Tan. HEX triplet: 76, 2D and 12. RGB value is (118,45,18). Sum of RGB (Red+Green+Blue) = 118+45+18=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #762D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D12 is #89D2ED. Grayscale: #3F3F3F. Windows color (decimal): -9032430 or 1191286. OLE color: 1191286.

HSL color Cylindrical-coordinate representation of color #762D12: hue angle of 16.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #762D12 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1184518-
CMYK00.620.850.54
HSL16.2º73.53%26.67%-
HSV(B)16.2º84.75%46.27%-
XYZ8.525.771.24-
YUV63.75102.18166.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=65.19%
G=24.86%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118451800.620.850.5416.273.5326.67
Hex762D1203E5536104a1b
Octal1665522076125662011233
Binary1110110101101100100111110101010111011010000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,45,18); }

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

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

 a { background-color: rgb(118,45,18); }

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

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

 span { border-color: rgb(118,45,18); }

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