Html Css Color HEX #73431D Peru Tan

📋 copy color: '#73431D'

red 115 ◦ green 67 ◦ blue 29

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

Shades of Peru Tan #73431D

Tints of Peru Tan #73431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 54.5%
G = 31.75%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73431D (or 0x73431D) is known color: Peru Tan. HEX triplet: 73, 43 and 1D. RGB value is (115,67,29). Sum of RGB (Red+Green+Blue) = 115+67+29=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73431D is #8CBCE2. Grayscale: #4D4D4D. Windows color (decimal): -9223395 or 1917811. OLE color: 1917811.

HSL color Cylindrical-coordinate representation of color #73431D: hue angle of 26.51º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73431D is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 67 29 -
CMYK 0 0.42 0.75 0.55
HSL 26.51º 0.6% 0.28% -
HSV(B) 26.51º 0.75% 0.45% -
XYZ 9.3 7.75 2.17 -
YUV 77.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 115 67 29 0 0.42 0.75 0.55 26.51 0.6 0.28
Hex 73 43 1D 0 2A 4B 37 1B 3C 1C
Octal 163 103 35 0 52 113 67 33 74 34
Binary 1110011 1000011 11101 0 101010 1001011 110111 11011 111100 11100

Color Harmonies of #73431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73431D

Black with #73431D

Text Example


Text Example

White with #73431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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