Html Css Color HEX #723411 Peru Tan

📋 copy color: '#723411'

red 114 ◦ green 52 ◦ blue 17

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

Shades of Peru Tan #723411

Tints of Peru Tan #723411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.42%

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

R = 62.3%
G = 28.42%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#723411 (or 0x723411) is known color: Peru Tan. HEX triplet: 72, 34 and 11. RGB value is (114,52,17). Sum of RGB (Red+Green+Blue) = 114+52+17=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #723411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723411 is #8DCBEE. Grayscale: #424242. Windows color (decimal): -9292783 or 1127538. OLE color: 1127538.

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

Color convert

RGB 114 52 17 -
CMYK 0 0.54 0.85 0.55
HSL 21.65º 0.74% 0.26% -
HSV(B) 21.65º 0.85% 0.45% -
XYZ 8.27 6.07 1.27 -
YUV 66.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 114 52 17 0 0.54 0.85 0.55 21.65 0.74 0.26
Hex 72 34 11 0 36 55 37 16 4A 1A
Octal 162 64 21 0 66 125 67 26 112 32
Binary 1110010 110100 10001 0 110110 1010101 110111 10110 1001010 11010

Color Harmonies of #723411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723411

Black with #723411

Text Example


Text Example

White with #723411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723411; }

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

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

background-color css

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

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

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

border-color css

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

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

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