Html Css Color HEX #723A15 Peru Tan

📋 copy color: '#723A15'

red 114 ◦ green 58 ◦ blue 21

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

Shades of Peru Tan #723A15

Tints of Peru Tan #723A15

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.05%

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 59.07%
G = 30.05%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#723A15 (or 0x723A15) is known color: Peru Tan. HEX triplet: 72, 3A and 15. RGB value is (114,58,21). Sum of RGB (Red+Green+Blue) = 114+58+21=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #723A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723A15 is #8DC5EA. Grayscale: #464646. Windows color (decimal): -9291243 or 1391218. OLE color: 1391218.

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

Color convert

RGB 114 58 21 -
CMYK 0 0.49 0.82 0.55
HSL 23.87º 0.69% 0.26% -
HSV(B) 23.87º 0.82% 0.45% -
XYZ 8.59 6.66 1.54 -
YUV 70.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 114 58 21 0 0.49 0.82 0.55 23.87 0.69 0.26
Hex 72 3A 15 0 31 52 37 18 45 1A
Octal 162 72 25 0 61 122 67 30 105 32
Binary 1110010 111010 10101 0 110001 1010010 110111 11000 1000101 11010

Color Harmonies of #723A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723A15

Black with #723A15

Text Example


Text Example

White with #723A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723A15; }

 p { color: rgb(114,58,21); }

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

background-color css

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

 a { background-color: rgb(114,58,21); }

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

border-color css

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

 span { border-color: rgb(114,58,21); }

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