Html Css Color HEX #723116 Peru Tan

📋 copy color: '#723116'

red 114 ◦ green 49 ◦ blue 22

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

Shades of Peru Tan #723116

Tints of Peru Tan #723116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 61.62%
G = 26.49%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#723116 (or 0x723116) is known color: Peru Tan. HEX triplet: 72, 31 and 16. RGB value is (114,49,22). Sum of RGB (Red+Green+Blue) = 114+49+22=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #723116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723116 is #8DCEE9. Grayscale: #414141. Windows color (decimal): -9293546 or 1454450. OLE color: 1454450.

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

Color convert

RGB 114 49 22 -
CMYK 0 0.57 0.81 0.55
HSL 17.61º 0.68% 0.27% -
HSV(B) 17.61º 0.81% 0.45% -
XYZ 8.18 5.83 1.45 -
YUV 65.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 114 49 22 0 0.57 0.81 0.55 17.61 0.68 0.27
Hex 72 31 16 0 39 51 37 12 44 1B
Octal 162 61 26 0 71 121 67 22 104 33
Binary 1110010 110001 10110 0 111001 1010001 110111 10010 1000100 11011

Color Harmonies of #723116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723116

Black with #723116

Text Example


Text Example

White with #723116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723116; }

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

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

background-color css

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

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

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

border-color css

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

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

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