Html Css Color HEX #723612 Peru Tan

📋 copy color: '#723612'

red 114 ◦ green 54 ◦ blue 18

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

Shades of Peru Tan #723612

Tints of Peru Tan #723612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.03%

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

R = 61.29%
G = 29.03%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#723612 (or 0x723612) is known color: Peru Tan. HEX triplet: 72, 36 and 12. RGB value is (114,54,18). Sum of RGB (Red+Green+Blue) = 114+54+18=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #723612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723612 is #8DC9ED. Grayscale: #444444. Windows color (decimal): -9292270 or 1193586. OLE color: 1193586.

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

Color convert

RGB 114 54 18 -
CMYK 0 0.53 0.84 0.55
HSL 22.5º 0.73% 0.26% -
HSV(B) 22.5º 0.84% 0.45% -
XYZ 8.37 6.26 1.34 -
YUV 67.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 114 54 18 0 0.53 0.84 0.55 22.5 0.73 0.26
Hex 72 36 12 0 35 54 37 16 49 1A
Octal 162 66 22 0 65 124 67 26 111 32
Binary 1110010 110110 10010 0 110101 1010100 110111 10110 1001001 11010

Color Harmonies of #723612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723612

Black with #723612

Text Example


Text Example

White with #723612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723612; }

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

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

background-color css

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

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

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

border-color css

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

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

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