Html Css Color HEX #73391D Peru Tan

📋 copy color: '#73391D'

red 115 ◦ green 57 ◦ blue 29

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

Shades of Peru Tan #73391D

Tints of Peru Tan #73391D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.36%

 BLUE value IS 29 (11.72% from 255) = 14.43%

R = 57.21%
G = 28.36%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73391D (or 0x73391D) is known color: Peru Tan. HEX triplet: 73, 39 and 1D. RGB value is (115,57,29). Sum of RGB (Red+Green+Blue) = 115+57+29=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73391D is #8CC6E2. Grayscale: #474747. Windows color (decimal): -9225955 or 1915251. OLE color: 1915251.

HSL color Cylindrical-coordinate representation of color #73391D: hue angle of 19.53º 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 #73391D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 57 29 -
CMYK 0 0.50 0.75 0.55
HSL 19.53º 0.6% 0.28% -
HSV(B) 19.53º 0.75% 0.45% -
XYZ 8.76 6.66 1.99 -
YUV 71.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 115 57 29 0 0.50 0.75 0.55 19.53 0.6 0.28
Hex 73 39 1D 0 32 4B 37 14 3C 1C
Octal 163 71 35 0 62 113 67 24 74 34
Binary 1110011 111001 11101 0 110010 1001011 110111 10100 111100 11100

Color Harmonies of #73391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73391D

Black with #73391D

Text Example


Text Example

White with #73391D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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