#733D23

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

Shades of Peru Tan #733D23

Tints of Peru Tan #733D23

Color information

#733D23 (or 0x733D23) is unknown color: approx Peru Tan. HEX triplet: 73, 3D and 23. RGB value is (115,61,35). Sum of RGB (Red+Green+Blue) = 115+61+35=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #733D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D23 is #8CC2DC. Grayscale: #4A4A4A. Windows color (decimal): -9224925 or 2309491. OLE color: 2309491.

HSL color Cylindrical-coordinate representation of color #733D23: hue angle of 19.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733D23 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1156135-
CMYK00.470.700.55
HSL19.5º53.33%29.41%-
HSV(B)19.5º69.57%45.1%-
XYZ9.047.12.48-
YUV74.18105.89157.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 61 (24.22% from 255) = 28.91%
BLUE value IS 35 (14.06% from 255) = 16.59%
R=54.50%
G=28.91%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115613500.470.700.5519.553.3329.41
Hex733D2302F463714351d
Octal163754305710667246535
Binary1110011111101100011010111110001101101111010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733D23; }

 p { color: rgb(115,61,35); }

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

<style>
 a { background-color: #733D23; }

 a { background-color: rgb(115,61,35); }

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

<style>
 span { border-color: #733D23; }

 span { border-color: rgb(115,61,35); }

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