Html Css Color HEX #73290D Peru Tan

📋 copy color: '#73290D'

red 115 ◦ green 41 ◦ blue 13

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

Shades of Peru Tan #73290D

Tints of Peru Tan #73290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 68.05%
G = 24.26%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73290D (or 0x73290D) is known color: Peru Tan. HEX triplet: 73, 29 and 0D. RGB value is (115,41,13). Sum of RGB (Red+Green+Blue) = 115+41+13=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #73290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73290D is #8CD6F2. Grayscale: #3C3C3C. Windows color (decimal): -9230067 or 862579. OLE color: 862579.

HSL color Cylindrical-coordinate representation of color #73290D: hue angle of 16.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73290D is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 41 13 -
CMYK 0 0.64 0.89 0.55
HSL 16.47º 0.8% 0.25% -
HSV(B) 16.47º 0.89% 0.45% -
XYZ 7.94 5.26 0.98 -
YUV 59.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 115 41 13 0 0.64 0.89 0.55 16.47 0.8 0.25
Hex 73 29 D 0 40 59 37 10 50 19
Octal 163 51 15 0 100 131 67 20 120 31
Binary 1110011 101001 1101 0 1000000 1011001 110111 10000 1010000 11001

Color Harmonies of #73290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73290D

Black with #73290D

Text Example


Text Example

White with #73290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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