Html Css Color HEX #73300F Peru Tan

📋 copy color: '#73300F'

red 115 ◦ green 48 ◦ blue 15

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

Shades of Peru Tan #73300F

Tints of Peru Tan #73300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

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

R = 64.61%
G = 26.97%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73300F (or 0x73300F) is known color: Peru Tan. HEX triplet: 73, 30 and 0F. RGB value is (115,48,15). Sum of RGB (Red+Green+Blue) = 115+48+15=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73300F is #8CCFF0. Grayscale: #404040. Windows color (decimal): -9228273 or 995443. OLE color: 995443.

HSL color Cylindrical-coordinate representation of color #73300F: hue angle of 19.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 #73300F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 15 -
CMYK 0 0.58 0.87 0.55
HSL 19.8º 0.77% 0.25% -
HSV(B) 19.8º 0.87% 0.45% -
XYZ 8.21 5.79 1.14 -
YUV 64.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 115 48 15 0 0.58 0.87 0.55 19.8 0.77 0.25
Hex 73 30 F 0 3A 57 37 14 4D 19
Octal 163 60 17 0 72 127 67 24 115 31
Binary 1110011 110000 1111 0 111010 1010111 110111 10100 1001101 11001

Color Harmonies of #73300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73300F

Black with #73300F

Text Example


Text Example

White with #73300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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