Html Css Color HEX #73431F Peru Tan

📋 copy color: '#73431F'

red 115 ◦ green 67 ◦ blue 31

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

Shades of Peru Tan #73431F

Tints of Peru Tan #73431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

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

R = 53.99%
G = 31.46%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73431F (or 0x73431F) is known color: Peru Tan. HEX triplet: 73, 43 and 1F. RGB value is (115,67,31). Sum of RGB (Red+Green+Blue) = 115+67+31=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73431F is #8CBCE0. Grayscale: #4D4D4D. Windows color (decimal): -9223393 or 2048883. OLE color: 2048883.

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

Color convert

RGB 115 67 31 -
CMYK 0 0.42 0.73 0.55
HSL 25.71º 0.58% 0.29% -
HSV(B) 25.71º 0.73% 0.45% -
XYZ 9.32 7.76 2.3 -
YUV 77.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 115 67 31 0 0.42 0.73 0.55 25.71 0.58 0.29
Hex 73 43 1F 0 2A 49 37 1A 3A 1D
Octal 163 103 37 0 52 111 67 32 72 35
Binary 1110011 1000011 11111 0 101010 1001001 110111 11010 111010 11101

Color Harmonies of #73431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73431F

Black with #73431F

Text Example


Text Example

White with #73431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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