Html Css Color HEX #723316 Peru Tan

📋 copy color: '#723316'

red 114 ◦ green 51 ◦ blue 22

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

Shades of Peru Tan #723316

Tints of Peru Tan #723316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 60.96%
G = 27.27%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#723316 (or 0x723316) is known color: Peru Tan. HEX triplet: 72, 33 and 16. RGB value is (114,51,22). Sum of RGB (Red+Green+Blue) = 114+51+22=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #723316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723316 is #8DCCE9. Grayscale: #424242. Windows color (decimal): -9293034 or 1454962. OLE color: 1454962.

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

Color convert

RGB 114 51 22 -
CMYK 0 0.55 0.81 0.55
HSL 18.91º 0.68% 0.27% -
HSV(B) 18.91º 0.81% 0.45% -
XYZ 8.27 6 1.48 -
YUV 66.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 114 51 22 0 0.55 0.81 0.55 18.91 0.68 0.27
Hex 72 33 16 0 37 51 37 13 44 1B
Octal 162 63 26 0 67 121 67 23 104 33
Binary 1110010 110011 10110 0 110111 1010001 110111 10011 1000100 11011

Color Harmonies of #723316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723316

Black with #723316

Text Example


Text Example

White with #723316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723316; }

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

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

background-color css

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

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

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

border-color css

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

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

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