Html Css Color HEX #73350F Peru Tan

📋 copy color: '#73350F'

red 115 ◦ green 53 ◦ blue 15

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

Shades of Peru Tan #73350F

Tints of Peru Tan #73350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 62.84%
G = 28.96%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73350F (or 0x73350F) is known color: Peru Tan. HEX triplet: 73, 35 and 0F. RGB value is (115,53,15). Sum of RGB (Red+Green+Blue) = 115+53+15=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73350F is #8CCAF0. Grayscale: #434343. Windows color (decimal): -9226993 or 996723. OLE color: 996723.

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

Color convert

RGB 115 53 15 -
CMYK 0 0.54 0.87 0.55
HSL 22.8º 0.77% 0.25% -
HSV(B) 22.8º 0.87% 0.45% -
XYZ 8.43 6.23 1.21 -
YUV 67.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 115 53 15 0 0.54 0.87 0.55 22.8 0.77 0.25
Hex 73 35 F 0 36 57 37 17 4D 19
Octal 163 65 17 0 66 127 67 27 115 31
Binary 1110011 110101 1111 0 110110 1010111 110111 10111 1001101 11001

Color Harmonies of #73350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73350F

Black with #73350F

Text Example


Text Example

White with #73350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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