#73421D

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

Shades of Peru Tan #73421D

Tints of Peru Tan #73421D

Color information

#73421D (or 0x73421D) is unknown color: approx Peru Tan. HEX triplet: 73, 42 and 1D. RGB value is (115,66,29). Sum of RGB (Red+Green+Blue) = 115+66+29=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73421D is #8CBDE2. Grayscale: #4C4C4C. Windows color (decimal): -9223651 or 1917555. OLE color: 1917555.

HSL color Cylindrical-coordinate representation of color #73421D: hue angle of 25.81º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73421D is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1156629-
CMYK00.430.750.55
HSL25.81º59.72%28.24%-
HSV(B)25.81º74.78%45.1%-
XYZ9.247.632.15-
YUV76.43101.23155.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=54.76%
G=31.43%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115662900.430.750.5525.8159.7228.24
Hex73421D02B4B371a3c1c
Octal1631023505311367327434
Binary1110011100001011101010101110010111101111101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73421D; }

 p { color: rgb(115,66,29); }

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

<style>
 a { background-color: #73421D; }

 a { background-color: rgb(115,66,29); }

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

<style>
 span { border-color: #73421D; }

 span { border-color: rgb(115,66,29); }

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