#732E0E

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

Shades of Peru Tan #732E0E

Tints of Peru Tan #732E0E

Color information

#732E0E (or 0x732E0E) is unknown color: approx Peru Tan. HEX triplet: 73, 2E and 0E. RGB value is (115,46,14). Sum of RGB (Red+Green+Blue) = 115+46+14=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #732E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732E0E is #8CD1F1. Grayscale: #3F3F3F. Windows color (decimal): -9228786 or 929395. OLE color: 929395.

HSL color Cylindrical-coordinate representation of color #732E0E: hue angle of 19.01º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #732E0E is Cyan = 0, Magento = 0.6, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1154614-
CMYK00.60.880.55
HSL19.01º78.29%25.29%-
HSV(B)19.01º87.83%45.1%-
XYZ8.135.631.07-
YUV62.98100.36165.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.71%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 14 (5.86% from 255) = 8%
R=65.71%
G=26.29%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115461400.60.880.5519.0178.2925.29
Hex732EE03C5837134e19
Octal1635616074130672311631
Binary111001110111011100111100101100011011110011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732E0E; }

 p { color: rgb(115,46,14); }

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

<style>
 a { background-color: #732E0E; }

 a { background-color: rgb(115,46,14); }

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

<style>
 span { border-color: #732E0E; }

 span { border-color: rgb(115,46,14); }

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