Html Css Color HEX #723A21 Peru Tan

📋 copy color: '#723A21'

red 114 ◦ green 58 ◦ blue 33

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

Shades of Peru Tan #723A21

Tints of Peru Tan #723A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 55.61%
G = 28.29%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#723A21 (or 0x723A21) is known color: Peru Tan. HEX triplet: 72, 3A and 21. RGB value is (114,58,33). Sum of RGB (Red+Green+Blue) = 114+58+33=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A21 is #8DC5DE. Grayscale: #484848. Windows color (decimal): -9291231 or 2177650. OLE color: 2177650.

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

Color convert

RGB 114 58 33 -
CMYK 0 0.49 0.71 0.55
HSL 18.52º 0.55% 0.29% -
HSV(B) 18.52º 0.71% 0.45% -
XYZ 8.73 6.71 2.27 -
YUV 71.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 114 58 33 0 0.49 0.71 0.55 18.52 0.55 0.29
Hex 72 3A 21 0 31 47 37 13 37 1D
Octal 162 72 41 0 61 107 67 23 67 35
Binary 1110010 111010 100001 0 110001 1000111 110111 10011 110111 11101

Color Harmonies of #723A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723A21

Black with #723A21

Text Example


Text Example

White with #723A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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