Html Css Color HEX #723515 Peru Tan

📋 copy color: '#723515'

red 114 ◦ green 53 ◦ blue 21

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

Shades of Peru Tan #723515

Tints of Peru Tan #723515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

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

R = 60.64%
G = 28.19%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#723515 (or 0x723515) is known color: Peru Tan. HEX triplet: 72, 35 and 15. RGB value is (114,53,21). Sum of RGB (Red+Green+Blue) = 114+53+21=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #723515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723515 is #8DCAEA. Grayscale: #434343. Windows color (decimal): -9292523 or 1389938. OLE color: 1389938.

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

Color convert

RGB 114 53 21 -
CMYK 0 0.54 0.82 0.55
HSL 20.65º 0.69% 0.26% -
HSV(B) 20.65º 0.82% 0.45% -
XYZ 8.35 6.18 1.46 -
YUV 67.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 114 53 21 0 0.54 0.82 0.55 20.65 0.69 0.26
Hex 72 35 15 0 36 52 37 15 45 1A
Octal 162 65 25 0 66 122 67 25 105 32
Binary 1110010 110101 10101 0 110110 1010010 110111 10101 1000101 11010

Color Harmonies of #723515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723515

Black with #723515

Text Example


Text Example

White with #723515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723515; }

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

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

background-color css

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

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

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

border-color css

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

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

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