Html Css Color HEX #73350D Peru Tan

📋 copy color: '#73350D'

red 115 ◦ green 53 ◦ blue 13

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

Shades of Peru Tan #73350D

Tints of Peru Tan #73350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.28%

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 63.54%
G = 29.28%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73350D (or 0x73350D) is known color: Peru Tan. HEX triplet: 73, 35 and 0D. RGB value is (115,53,13). Sum of RGB (Red+Green+Blue) = 115+53+13=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73350D is #8CCAF2. Grayscale: #434343. Windows color (decimal): -9226995 or 865651. OLE color: 865651.

HSL color Cylindrical-coordinate representation of color #73350D: hue angle of 23.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73350D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 53 13 -
CMYK 0 0.54 0.89 0.55
HSL 23.53º 0.8% 0.25% -
HSV(B) 23.53º 0.89% 0.45% -
XYZ 8.42 6.22 1.14 -
YUV 66.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 115 53 13 0 0.54 0.89 0.55 23.53 0.8 0.25
Hex 73 35 D 0 36 59 37 18 50 19
Octal 163 65 15 0 66 131 67 30 120 31
Binary 1110011 110101 1101 0 110110 1011001 110111 11000 1010000 11001

Color Harmonies of #73350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73350D

Black with #73350D

Text Example


Text Example

White with #73350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73350D; }

 p { color: rgb(115,53,13); }

 H1.HeaderClassName
 {
   color: #73350D;
 }
 .AnyTagClassName
 {
   color: #73350D;
 }
</style>

background-color css

<style>
 a { background-color: #73350D; }

 a { background-color: rgb(115,53,13); }

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

border-color css

<style>
 span { border-color: #73350D; }

 span { border-color: rgb(115,53,13); }

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