Html Css Color HEX #723219 Peru Tan

📋 copy color: '#723219'

red 114 ◦ green 50 ◦ blue 25

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

Shades of Peru Tan #723219

Tints of Peru Tan #723219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.46%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 60.32%
G = 26.46%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#723219 (or 0x723219) is known color: Peru Tan. HEX triplet: 72, 32 and 19. RGB value is (114,50,25). Sum of RGB (Red+Green+Blue) = 114+50+25=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #723219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723219 is #8DCDE6. Grayscale: #424242. Windows color (decimal): -9293287 or 1651314. OLE color: 1651314.

HSL color Cylindrical-coordinate representation of color #723219: hue angle of 16.85º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #723219 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 25 -
CMYK 0 0.56 0.78 0.55
HSL 16.85º 0.64% 0.27% -
HSV(B) 16.85º 0.78% 0.45% -
XYZ 8.26 5.93 1.63 -
YUV 66.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 114 50 25 0 0.56 0.78 0.55 16.85 0.64 0.27
Hex 72 32 19 0 38 4E 37 11 40 1B
Octal 162 62 31 0 70 116 67 21 100 33
Binary 1110010 110010 11001 0 111000 1001110 110111 10001 1000000 11011

Color Harmonies of #723219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723219

Black with #723219

Text Example


Text Example

White with #723219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723219; }

 p { color: rgb(114,50,25); }

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

background-color css

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

 a { background-color: rgb(114,50,25); }

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

border-color css

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

 span { border-color: rgb(114,50,25); }

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