Html Css Color HEX #723D16 Peru Tan

📋 copy color: '#723D16'

red 114 ◦ green 61 ◦ blue 22

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

Shades of Peru Tan #723D16

Tints of Peru Tan #723D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

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

R = 57.87%
G = 30.96%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#723D16 (or 0x723D16) is known color: Peru Tan. HEX triplet: 72, 3D and 16. RGB value is (114,61,22). Sum of RGB (Red+Green+Blue) = 114+61+22=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #723D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723D16 is #8DC2E9. Grayscale: #484848. Windows color (decimal): -9290474 or 1457522. OLE color: 1457522.

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

Color convert

RGB 114 61 22 -
CMYK 0 0.46 0.81 0.55
HSL 25.43º 0.68% 0.27% -
HSV(B) 25.43º 0.81% 0.45% -
XYZ 8.75 6.97 1.64 -
YUV 72.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 114 61 22 0 0.46 0.81 0.55 25.43 0.68 0.27
Hex 72 3D 16 0 2E 51 37 19 44 1B
Octal 162 75 26 0 56 121 67 31 104 33
Binary 1110010 111101 10110 0 101110 1010001 110111 11001 1000100 11011

Color Harmonies of #723D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723D16

Black with #723D16

Text Example


Text Example

White with #723D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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