#73421B

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

Shades of Peru Tan #73421B

Tints of Peru Tan #73421B

Color information

#73421B (or 0x73421B) is unknown color: approx Peru Tan. HEX triplet: 73, 42 and 1B. RGB value is (115,66,27). Sum of RGB (Red+Green+Blue) = 115+66+27=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73421B is #8CBDE4. Grayscale: #4C4C4C. Windows color (decimal): -9223653 or 1786483. OLE color: 1786483.

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

Color convert

RGB1156627-
CMYK00.430.770.55
HSL26.59º61.97%27.84%-
HSV(B)26.59º76.52%45.1%-
XYZ9.227.622.02-
YUV76.2100.23155.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=55.29%
G=31.73%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115662700.430.770.5526.5961.9727.84
Hex73421B02B4D371b3e1c
Octal1631023305311567337634
Binary1110011100001011011010101110011011101111101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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