Html Css Color HEX #73290E Peru Tan

📋 copy color: '#73290E'

red 115 ◦ green 41 ◦ blue 14

#73290E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #73290E

Tints of Peru Tan #73290E

RGB

 RED value IS 115 (45.31% from 255) = 67.65%

 GREEN value IS 41 (16.41% from 255) = 24.12%

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 67.65%
G = 24.12%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73290E (or 0x73290E) is known color: Peru Tan. HEX triplet: 73, 29 and 0E. RGB value is (115,41,14). Sum of RGB (Red+Green+Blue) = 115+41+14=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #73290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73290E is #8CD6F1. Grayscale: #3C3C3C. Windows color (decimal): -9230066 or 928115. OLE color: 928115.

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

Color convert

RGB 115 41 14 -
CMYK 0 0.64 0.88 0.55
HSL 16.04º 0.78% 0.25% -
HSV(B) 16.04º 0.88% 0.45% -
XYZ 7.94 5.26 1.01 -
YUV 60.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 115 41 14 0 0.64 0.88 0.55 16.04 0.78 0.25
Hex 73 29 E 0 40 58 37 10 4E 19
Octal 163 51 16 0 100 130 67 20 116 31
Binary 1110011 101001 1110 0 1000000 1011000 110111 10000 1001110 11001

Color Harmonies of #73290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73290E

Black with #73290E

Text Example


Text Example

White with #73290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73290E; }

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

 H1.HeaderClassName
 {
   color: #73290E;
 }
 .AnyTagClassName
 {
   color: #73290E;
 }
</style>

background-color css

<style>
 a { background-color: #73290E; }

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

 div.DivClassName
 {
   background-color: #73290E;
 }
 .BgClassName
 {
   background-color: #73290E;
 }
</style>

border-color css

<style>
 span { border-color: #73290E; }

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

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