Html Css Color HEX #723115 Peru Tan

📋 copy color: '#723115'

red 114 ◦ green 49 ◦ blue 21

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

Shades of Peru Tan #723115

Tints of Peru Tan #723115

RGB

 RED value IS 114 (44.92% from 255) = 61.96%

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 61.96%
G = 26.63%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#723115 (or 0x723115) is known color: Peru Tan. HEX triplet: 72, 31 and 15. RGB value is (114,49,21). Sum of RGB (Red+Green+Blue) = 114+49+21=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #723115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723115 is #8DCEEA. Grayscale: #414141. Windows color (decimal): -9293547 or 1388914. OLE color: 1388914.

HSL color Cylindrical-coordinate representation of color #723115: hue angle of 18.06º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #723115 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 49 21 -
CMYK 0 0.57 0.82 0.55
HSL 18.06º 0.69% 0.26% -
HSV(B) 18.06º 0.82% 0.45% -
XYZ 8.17 5.83 1.4 -
YUV 65.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 114 49 21 0 0.57 0.82 0.55 18.06 0.69 0.26
Hex 72 31 15 0 39 52 37 12 45 1A
Octal 162 61 25 0 71 122 67 22 105 32
Binary 1110010 110001 10101 0 111001 1010010 110111 10010 1000101 11010

Color Harmonies of #723115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723115

Black with #723115

Text Example


Text Example

White with #723115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723115; }

 p { color: rgb(114,49,21); }

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

background-color css

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

 a { background-color: rgb(114,49,21); }

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

border-color css

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

 span { border-color: rgb(114,49,21); }

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