Html Css Color HEX #723111 Peru Tan

📋 copy color: '#723111'

red 114 ◦ green 49 ◦ blue 17

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

Shades of Peru Tan #723111

Tints of Peru Tan #723111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.44%

R = 63.33%
G = 27.22%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#723111 (or 0x723111) is known color: Peru Tan. HEX triplet: 72, 31 and 11. RGB value is (114,49,17). Sum of RGB (Red+Green+Blue) = 114+49+17=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #723111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723111 is #8DCEEE. Grayscale: #404040. Windows color (decimal): -9293551 or 1126770. OLE color: 1126770.

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

Color convert

RGB 114 49 17 -
CMYK 0 0.57 0.85 0.55
HSL 19.79º 0.74% 0.26% -
HSV(B) 19.79º 0.85% 0.45% -
XYZ 8.14 5.81 1.22 -
YUV 64.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 114 49 17 0 0.57 0.85 0.55 19.79 0.74 0.26
Hex 72 31 11 0 39 55 37 14 4A 1A
Octal 162 61 21 0 71 125 67 24 112 32
Binary 1110010 110001 10001 0 111001 1010101 110111 10100 1001010 11010

Color Harmonies of #723111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723111

Black with #723111

Text Example


Text Example

White with #723111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723111; }

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

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

background-color css

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

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

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

border-color css

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

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

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