Html Css Color HEX #723119 Peru Tan

📋 copy color: '#723119'

red 114 ◦ green 49 ◦ blue 25

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

Shades of Peru Tan #723119

Tints of Peru Tan #723119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.06%

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

R = 60.64%
G = 26.06%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#723119 (or 0x723119) is known color: Peru Tan. HEX triplet: 72, 31 and 19. RGB value is (114,49,25). Sum of RGB (Red+Green+Blue) = 114+49+25=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #723119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723119 is #8DCEE6. Grayscale: #414141. Windows color (decimal): -9293543 or 1651058. OLE color: 1651058.

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

Color convert

RGB 114 49 25 -
CMYK 0 0.57 0.78 0.55
HSL 16.18º 0.64% 0.27% -
HSV(B) 16.18º 0.78% 0.45% -
XYZ 8.21 5.84 1.61 -
YUV 65.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 114 49 25 0 0.57 0.78 0.55 16.18 0.64 0.27
Hex 72 31 19 0 39 4E 37 10 40 1B
Octal 162 61 31 0 71 116 67 20 100 33
Binary 1110010 110001 11001 0 111001 1001110 110111 10000 1000000 11011

Color Harmonies of #723119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723119

Black with #723119

Text Example


Text Example

White with #723119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723119; }

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

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

background-color css

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

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

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

border-color css

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

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

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