Html Css Color HEX #723312 Peru Tan

📋 copy color: '#723312'

red 114 ◦ green 51 ◦ blue 18

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

Shades of Peru Tan #723312

Tints of Peru Tan #723312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 62.3%
G = 27.87%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#723312 (or 0x723312) is known color: Peru Tan. HEX triplet: 72, 33 and 12. RGB value is (114,51,18). Sum of RGB (Red+Green+Blue) = 114+51+18=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #723312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723312 is #8DCCED. Grayscale: #424242. Windows color (decimal): -9293038 or 1192818. OLE color: 1192818.

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

Color convert

RGB 114 51 18 -
CMYK 0 0.55 0.84 0.55
HSL 20.63º 0.73% 0.26% -
HSV(B) 20.63º 0.84% 0.45% -
XYZ 8.23 5.99 1.29 -
YUV 66.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 114 51 18 0 0.55 0.84 0.55 20.63 0.73 0.26
Hex 72 33 12 0 37 54 37 15 49 1A
Octal 162 63 22 0 67 124 67 25 111 32
Binary 1110010 110011 10010 0 110111 1010100 110111 10101 1001001 11010

Color Harmonies of #723312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723312

Black with #723312

Text Example


Text Example

White with #723312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723312; }

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

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

background-color css

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

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

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

border-color css

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

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

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