Html Css Color HEX #723A20 Peru Tan

📋 copy color: '#723A20'

red 114 ◦ green 58 ◦ blue 32

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

Shades of Peru Tan #723A20

Tints of Peru Tan #723A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.43%

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 55.88%
G = 28.43%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#723A20 (or 0x723A20) is known color: Peru Tan. HEX triplet: 72, 3A and 20. RGB value is (114,58,32). Sum of RGB (Red+Green+Blue) = 114+58+32=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #723A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A20 is #8DC5DF. Grayscale: #474747. Windows color (decimal): -9291232 or 2112114. OLE color: 2112114.

HSL color Cylindrical-coordinate representation of color #723A20: hue angle of 19.02º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #723A20 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 58 32 -
CMYK 0 0.49 0.72 0.55
HSL 19.02º 0.56% 0.29% -
HSV(B) 19.02º 0.72% 0.45% -
XYZ 8.71 6.71 2.2 -
YUV 71.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 114 58 32 0 0.49 0.72 0.55 19.02 0.56 0.29
Hex 72 3A 20 0 31 48 37 13 38 1D
Octal 162 72 40 0 61 110 67 23 70 35
Binary 1110010 111010 100000 0 110001 1001000 110111 10011 111000 11101

Color Harmonies of #723A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723A20

Black with #723A20

Text Example


Text Example

White with #723A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,58,32); }

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

background-color css

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

 a { background-color: rgb(114,58,32); }

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

border-color css

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

 span { border-color: rgb(114,58,32); }

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