Html Css Color HEX #723310 Peru Tan

📋 copy color: '#723310'

red 114 ◦ green 51 ◦ blue 16

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

Shades of Peru Tan #723310

Tints of Peru Tan #723310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 62.98%
G = 28.18%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#723310 (or 0x723310) is known color: Peru Tan. HEX triplet: 72, 33 and 10. RGB value is (114,51,16). Sum of RGB (Red+Green+Blue) = 114+51+16=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #723310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723310 is #8DCCEF. Grayscale: #424242. Windows color (decimal): -9293040 or 1061746. OLE color: 1061746.

HSL color Cylindrical-coordinate representation of color #723310: hue angle of 21.43º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #723310 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 16 -
CMYK 0 0.55 0.86 0.55
HSL 21.43º 0.75% 0.25% -
HSV(B) 21.43º 0.86% 0.45% -
XYZ 8.22 5.98 1.21 -
YUV 65.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 114 51 16 0 0.55 0.86 0.55 21.43 0.75 0.25
Hex 72 33 10 0 37 56 37 15 4B 19
Octal 162 63 20 0 67 126 67 25 113 31
Binary 1110010 110011 10000 0 110111 1010110 110111 10101 1001011 11001

Color Harmonies of #723310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723310

Black with #723310

Text Example


Text Example

White with #723310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723310; }

 p { color: rgb(114,51,16); }

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

background-color css

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

 a { background-color: rgb(114,51,16); }

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

border-color css

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

 span { border-color: rgb(114,51,16); }

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