Html Css Color HEX #723712 Peru Tan

📋 copy color: '#723712'

red 114 ◦ green 55 ◦ blue 18

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

Shades of Peru Tan #723712

Tints of Peru Tan #723712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

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

R = 60.96%
G = 29.41%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#723712 (or 0x723712) is known color: Peru Tan. HEX triplet: 72, 37 and 12. RGB value is (114,55,18). Sum of RGB (Red+Green+Blue) = 114+55+18=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #723712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723712 is #8DC8ED. Grayscale: #444444. Windows color (decimal): -9292014 or 1193842. OLE color: 1193842.

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

Color convert

RGB 114 55 18 -
CMYK 0 0.52 0.84 0.55
HSL 23.13º 0.73% 0.26% -
HSV(B) 23.13º 0.84% 0.45% -
XYZ 8.41 6.35 1.36 -
YUV 68.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 114 55 18 0 0.52 0.84 0.55 23.13 0.73 0.26
Hex 72 37 12 0 34 54 37 17 49 1A
Octal 162 67 22 0 64 124 67 27 111 32
Binary 1110010 110111 10010 0 110100 1010100 110111 10111 1001001 11010

Color Harmonies of #723712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723712

Black with #723712

Text Example


Text Example

White with #723712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723712; }

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

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

background-color css

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

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

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

border-color css

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

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

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