#732B0E

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

Shades of Peru Tan #732B0E

Tints of Peru Tan #732B0E

Color information

#732B0E (or 0x732B0E) is unknown color: approx Peru Tan. HEX triplet: 73, 2B and 0E. RGB value is (115,43,14). Sum of RGB (Red+Green+Blue) = 115+43+14=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #732B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732B0E is #8CD4F1. Grayscale: #3D3D3D. Windows color (decimal): -9229554 or 928627. OLE color: 928627.

HSL color Cylindrical-coordinate representation of color #732B0E: hue angle of 17.23º 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 #732B0E is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1154314-
CMYK00.630.880.55
HSL17.23º78.29%25.29%-
HSV(B)17.23º87.83%45.1%-
XYZ8.015.41.04-
YUV61.22101.35166.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.86%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=66.86%
G=25%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115431400.630.880.5517.2378.2925.29
Hex732BE03F5837114e19
Octal1635316077130672111631
Binary111001110101111100111111101100011011110001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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