Html Css Color HEX #723311 Peru Tan

📋 copy color: '#723311'

red 114 ◦ green 51 ◦ blue 17

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

Shades of Peru Tan #723311

Tints of Peru Tan #723311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

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

R = 62.64%
G = 28.02%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#723311 (or 0x723311) is known color: Peru Tan. HEX triplet: 72, 33 and 11. RGB value is (114,51,17). Sum of RGB (Red+Green+Blue) = 114+51+17=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #723311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723311 is #8DCCEE. Grayscale: #424242. Windows color (decimal): -9293039 or 1127282. OLE color: 1127282.

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

Color convert

RGB 114 51 17 -
CMYK 0 0.55 0.85 0.55
HSL 21.03º 0.74% 0.26% -
HSV(B) 21.03º 0.85% 0.45% -
XYZ 8.22 5.99 1.25 -
YUV 65.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 114 51 17 0 0.55 0.85 0.55 21.03 0.74 0.26
Hex 72 33 11 0 37 55 37 15 4A 1A
Octal 162 63 21 0 67 125 67 25 112 32
Binary 1110010 110011 10001 0 110111 1010101 110111 10101 1001010 11010

Color Harmonies of #723311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723311

Black with #723311

Text Example


Text Example

White with #723311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723311; }

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

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

background-color css

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

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

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

border-color css

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

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

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