Html Css Color HEX #73320C Peru Tan

📋 copy color: '#73320C'

red 115 ◦ green 50 ◦ blue 12

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

Shades of Peru Tan #73320C

Tints of Peru Tan #73320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 64.97%
G = 28.25%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73320C (or 0x73320C) is known color: Peru Tan. HEX triplet: 73, 32 and 0C. RGB value is (115,50,12). Sum of RGB (Red+Green+Blue) = 115+50+12=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73320C is #8CCDF3. Grayscale: #414141. Windows color (decimal): -9227764 or 799347. OLE color: 799347.

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

Color convert

RGB 115 50 12 -
CMYK 0 0.57 0.90 0.55
HSL 22.14º 0.81% 0.25% -
HSV(B) 22.14º 0.9% 0.45% -
XYZ 8.28 5.95 1.06 -
YUV 65.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 115 50 12 0 0.57 0.90 0.55 22.14 0.81 0.25
Hex 73 32 C 0 39 5A 37 16 51 19
Octal 163 62 14 0 71 132 67 26 121 31
Binary 1110011 110010 1100 0 111001 1011010 110111 10110 1010001 11001

Color Harmonies of #73320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73320C

Black with #73320C

Text Example


Text Example

White with #73320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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