Html Css Color HEX #723412 Peru Tan

📋 copy color: '#723412'

red 114 ◦ green 52 ◦ blue 18

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

Shades of Peru Tan #723412

Tints of Peru Tan #723412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.26%

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

R = 61.96%
G = 28.26%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#723412 (or 0x723412) is known color: Peru Tan. HEX triplet: 72, 34 and 12. RGB value is (114,52,18). Sum of RGB (Red+Green+Blue) = 114+52+18=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #723412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723412 is #8DCBED. Grayscale: #424242. Windows color (decimal): -9292782 or 1193074. OLE color: 1193074.

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

Color convert

RGB 114 52 18 -
CMYK 0 0.54 0.84 0.55
HSL 21.25º 0.73% 0.26% -
HSV(B) 21.25º 0.84% 0.45% -
XYZ 8.28 6.08 1.31 -
YUV 66.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 114 52 18 0 0.54 0.84 0.55 21.25 0.73 0.26
Hex 72 34 12 0 36 54 37 15 49 1A
Octal 162 64 22 0 66 124 67 25 111 32
Binary 1110010 110100 10010 0 110110 1010100 110111 10101 1001001 11010

Color Harmonies of #723412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723412

Black with #723412

Text Example


Text Example

White with #723412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723412; }

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

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

background-color css

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

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

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

border-color css

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

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

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