Html Css Color HEX #723017 Peru Tan

📋 copy color: '#723017'

red 114 ◦ green 48 ◦ blue 23

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

Shades of Peru Tan #723017

Tints of Peru Tan #723017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 61.62%
G = 25.95%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#723017 (or 0x723017) is known color: Peru Tan. HEX triplet: 72, 30 and 17. RGB value is (114,48,23). Sum of RGB (Red+Green+Blue) = 114+48+23=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #723017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723017 is #8DCFE8. Grayscale: #414141. Windows color (decimal): -9293801 or 1519730. OLE color: 1519730.

HSL color Cylindrical-coordinate representation of color #723017: hue angle of 16.48º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #723017 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 48 23 -
CMYK 0 0.58 0.80 0.55
HSL 16.48º 0.66% 0.27% -
HSV(B) 16.48º 0.8% 0.45% -
XYZ 8.15 5.75 1.49 -
YUV 64.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 114 48 23 0 0.58 0.80 0.55 16.48 0.66 0.27
Hex 72 30 17 0 3A 50 37 10 42 1B
Octal 162 60 27 0 72 120 67 20 102 33
Binary 1110010 110000 10111 0 111010 1010000 110111 10000 1000010 11011

Color Harmonies of #723017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723017

Black with #723017

Text Example


Text Example

White with #723017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723017; }

 p { color: rgb(114,48,23); }

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

background-color css

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

 a { background-color: rgb(114,48,23); }

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

border-color css

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

 span { border-color: rgb(114,48,23); }

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