Html Css Color HEX #73390B Peru Tan

📋 copy color: '#73390B'

red 115 ◦ green 57 ◦ blue 11

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

Shades of Peru Tan #73390B

Tints of Peru Tan #73390B

RGB

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

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

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

R = 62.84%
G = 31.15%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73390B (or 0x73390B) is known color: Peru Tan. HEX triplet: 73, 39 and 0B. RGB value is (115,57,11). Sum of RGB (Red+Green+Blue) = 115+57+11=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73390B is #8CC6F4. Grayscale: #454545. Windows color (decimal): -9225973 or 735603. OLE color: 735603.

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

Color convert

RGB 115 57 11 -
CMYK 0 0.50 0.90 0.55
HSL 26.54º 0.83% 0.25% -
HSV(B) 26.54º 0.9% 0.45% -
XYZ 8.59 6.6 1.14 -
YUV 69.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 115 57 11 0 0.50 0.90 0.55 26.54 0.83 0.25
Hex 73 39 B 0 32 5A 37 1B 53 19
Octal 163 71 13 0 62 132 67 33 123 31
Binary 1110011 111001 1011 0 110010 1011010 110111 11011 1010011 11001

Color Harmonies of #73390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73390B

Black with #73390B

Text Example


Text Example

White with #73390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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