#732D0A

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

Shades of Peru Tan #732D0A

Tints of Peru Tan #732D0A

Color information

#732D0A (or 0x732D0A) is unknown color: approx Peru Tan. HEX triplet: 73, 2D and 0A. RGB value is (115,45,10). Sum of RGB (Red+Green+Blue) = 115+45+10=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #732D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D0A is #8CD2F5. Grayscale: #3E3E3E. Windows color (decimal): -9229046 or 666995. OLE color: 666995.

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

Color convert

RGB1154510-
CMYK00.610.910.55
HSL20º84%24.51%-
HSV(B)20º91.3%45.1%-
XYZ8.065.540.93-
YUV61.9498.69165.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.65%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=67.65%
G=26.47%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115451000.610.910.55208424.51
Hex732DA03D5B37145419
Octal1635512075133672412431
Binary111001110110110100111101101101111011110100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,45,10); }

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

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

 a { background-color: rgb(115,45,10); }

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

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

 span { border-color: rgb(115,45,10); }

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