Html Css Color HEX #73290B Peru Tan

📋 copy color: '#73290B'

red 115 ◦ green 41 ◦ blue 11

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

Shades of Peru Tan #73290B

Tints of Peru Tan #73290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

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

R = 68.86%
G = 24.55%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73290B (or 0x73290B) is known color: Peru Tan. HEX triplet: 73, 29 and 0B. RGB value is (115,41,11). Sum of RGB (Red+Green+Blue) = 115+41+11=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73290B is #8CD6F4. Grayscale: #3B3B3B. Windows color (decimal): -9230069 or 731507. OLE color: 731507.

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

Color convert

RGB 115 41 11 -
CMYK 0 0.64 0.90 0.55
HSL 17.31º 0.83% 0.25% -
HSV(B) 17.31º 0.9% 0.45% -
XYZ 7.92 5.25 0.91 -
YUV 59.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 115 41 11 0 0.64 0.90 0.55 17.31 0.83 0.25
Hex 73 29 B 0 40 5A 37 11 53 19
Octal 163 51 13 0 100 132 67 21 123 31
Binary 1110011 101001 1011 0 1000000 1011010 110111 10001 1010011 11001

Color Harmonies of #73290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73290B

Black with #73290B

Text Example


Text Example

White with #73290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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