Html Css Color HEX #73320B Peru Tan

📋 copy color: '#73320B'

red 115 ◦ green 50 ◦ blue 11

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

Shades of Peru Tan #73320B

Tints of Peru Tan #73320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 65.34%
G = 28.41%
B = 6.25%

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

#73320B (or 0x73320B) is known color: Peru Tan. HEX triplet: 73, 32 and 0B. RGB value is (115,50,11). Sum of RGB (Red+Green+Blue) = 115+50+11=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73320B is #8CCDF4. Grayscale: #414141. Windows color (decimal): -9227765 or 733811. OLE color: 733811.

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

Color convert

RGB 115 50 11 -
CMYK 0 0.57 0.90 0.55
HSL 22.5º 0.83% 0.25% -
HSV(B) 22.5º 0.9% 0.45% -
XYZ 8.27 5.95 1.03 -
YUV 64.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 115 50 11 0 0.57 0.90 0.55 22.5 0.83 0.25
Hex 73 32 B 0 39 5A 37 16 53 19
Octal 163 62 13 0 71 132 67 26 123 31
Binary 1110011 110010 1011 0 111001 1011010 110111 10110 1010011 11001

Color Harmonies of #73320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73320B

Black with #73320B

Text Example


Text Example

White with #73320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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