Html Css Color HEX #73381F Peru Tan

📋 copy color: '#73381F'

red 115 ◦ green 56 ◦ blue 31

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

Shades of Peru Tan #73381F

Tints of Peru Tan #73381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 56.93%
G = 27.72%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73381F (or 0x73381F) is known color: Peru Tan. HEX triplet: 73, 38 and 1F. RGB value is (115,56,31). Sum of RGB (Red+Green+Blue) = 115+56+31=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #73381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73381F is #8CC7E0. Grayscale: #464646. Windows color (decimal): -9226209 or 2046067. OLE color: 2046067.

HSL color Cylindrical-coordinate representation of color #73381F: hue angle of 17.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73381F is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 56 31 -
CMYK 0 0.51 0.73 0.55
HSL 17.86º 0.58% 0.29% -
HSV(B) 17.86º 0.73% 0.45% -
XYZ 8.73 6.57 2.1 -
YUV 70.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 115 56 31 0 0.51 0.73 0.55 17.86 0.58 0.29
Hex 73 38 1F 0 33 49 37 12 3A 1D
Octal 163 70 37 0 63 111 67 22 72 35
Binary 1110011 111000 11111 0 110011 1001001 110111 10010 111010 11101

Color Harmonies of #73381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73381F

Black with #73381F

Text Example


Text Example

White with #73381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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