Html Css Color HEX #73320F Peru Tan

📋 copy color: '#73320F'

red 115 ◦ green 50 ◦ blue 15

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

Shades of Peru Tan #73320F

Tints of Peru Tan #73320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 63.89%
G = 27.78%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73320F (or 0x73320F) is known color: Peru Tan. HEX triplet: 73, 32 and 0F. RGB value is (115,50,15). Sum of RGB (Red+Green+Blue) = 115+50+15=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73320F is #8CCDF0. Grayscale: #414141. Windows color (decimal): -9227761 or 995955. OLE color: 995955.

HSL color Cylindrical-coordinate representation of color #73320F: hue angle of 21º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73320F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 50 15 -
CMYK 0 0.57 0.87 0.55
HSL 21º 0.77% 0.25% -
HSV(B) 21º 0.87% 0.45% -
XYZ 8.3 5.96 1.17 -
YUV 65.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 115 50 15 0 0.57 0.87 0.55 21 0.77 0.25
Hex 73 32 F 0 39 57 37 15 4D 19
Octal 163 62 17 0 71 127 67 25 115 31
Binary 1110011 110010 1111 0 111001 1010111 110111 10101 1001101 11001

Color Harmonies of #73320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73320F

Black with #73320F

Text Example


Text Example

White with #73320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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