Html Css Color HEX #723011 Peru Tan

📋 copy color: '#723011'

red 114 ◦ green 48 ◦ blue 17

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

Shades of Peru Tan #723011

Tints of Peru Tan #723011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 63.69%
G = 26.82%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#723011 (or 0x723011) is known color: Peru Tan. HEX triplet: 72, 30 and 11. RGB value is (114,48,17). Sum of RGB (Red+Green+Blue) = 114+48+17=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #723011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723011 is #8DCFEE. Grayscale: #404040. Windows color (decimal): -9293807 or 1126514. OLE color: 1126514.

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

Color convert

RGB 114 48 17 -
CMYK 0 0.58 0.85 0.55
HSL 19.18º 0.74% 0.26% -
HSV(B) 19.18º 0.85% 0.45% -
XYZ 8.1 5.73 1.21 -
YUV 64.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 114 48 17 0 0.58 0.85 0.55 19.18 0.74 0.26
Hex 72 30 11 0 3A 55 37 13 4A 1A
Octal 162 60 21 0 72 125 67 23 112 32
Binary 1110010 110000 10001 0 111010 1010101 110111 10011 1001010 11010

Color Harmonies of #723011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723011

Black with #723011

Text Example


Text Example

White with #723011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723011; }

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

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

background-color css

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

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

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

border-color css

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

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

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