Html Css Color HEX #73380F Peru Tan

📋 copy color: '#73380F'

red 115 ◦ green 56 ◦ blue 15

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

Shades of Peru Tan #73380F

Tints of Peru Tan #73380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

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

R = 61.83%
G = 30.11%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73380F (or 0x73380F) is known color: Peru Tan. HEX triplet: 73, 38 and 0F. RGB value is (115,56,15). Sum of RGB (Red+Green+Blue) = 115+56+15=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #73380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73380F is #8CC7F0. Grayscale: #454545. Windows color (decimal): -9226225 or 997491. OLE color: 997491.

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

Color convert

RGB 115 56 15 -
CMYK 0 0.51 0.87 0.55
HSL 24.6º 0.77% 0.25% -
HSV(B) 24.6º 0.87% 0.45% -
XYZ 8.57 6.51 1.26 -
YUV 68.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 115 56 15 0 0.51 0.87 0.55 24.6 0.77 0.25
Hex 73 38 F 0 33 57 37 19 4D 19
Octal 163 70 17 0 63 127 67 31 115 31
Binary 1110011 111000 1111 0 110011 1010111 110111 11001 1001101 11001

Color Harmonies of #73380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73380F

Black with #73380F

Text Example


Text Example

White with #73380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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