Html Css Color HEX #73320E Peru Tan

📋 copy color: '#73320E'

red 115 ◦ green 50 ◦ blue 14

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

Shades of Peru Tan #73320E

Tints of Peru Tan #73320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.93%

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

R = 64.25%
G = 27.93%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73320E (or 0x73320E) is known color: Peru Tan. HEX triplet: 73, 32 and 0E. RGB value is (115,50,14). Sum of RGB (Red+Green+Blue) = 115+50+14=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #73320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73320E is #8CCDF1. Grayscale: #414141. Windows color (decimal): -9227762 or 930419. OLE color: 930419.

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

Color convert

RGB 115 50 14 -
CMYK 0 0.57 0.88 0.55
HSL 21.39º 0.78% 0.25% -
HSV(B) 21.39º 0.88% 0.45% -
XYZ 8.29 5.96 1.13 -
YUV 65.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 115 50 14 0 0.57 0.88 0.55 21.39 0.78 0.25
Hex 73 32 E 0 39 58 37 15 4E 19
Octal 163 62 16 0 71 130 67 25 116 31
Binary 1110011 110010 1110 0 111001 1011000 110111 10101 1001110 11001

Color Harmonies of #73320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73320E

Black with #73320E

Text Example


Text Example

White with #73320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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