Html Css Color HEX #723B1D Peru Tan

📋 copy color: '#723B1D'

red 114 ◦ green 59 ◦ blue 29

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

Shades of Peru Tan #723B1D

Tints of Peru Tan #723B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.21%

 BLUE value IS 29 (11.72% from 255) = 14.36%

R = 56.44%
G = 29.21%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#723B1D (or 0x723B1D) is known color: Peru Tan. HEX triplet: 72, 3B and 1D. RGB value is (114,59,29). Sum of RGB (Red+Green+Blue) = 114+59+29=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #723B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B1D is #8DC4E2. Grayscale: #484848. Windows color (decimal): -9290979 or 1915762. OLE color: 1915762.

HSL color Cylindrical-coordinate representation of color #723B1D: hue angle of 21.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #723B1D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 59 29 -
CMYK 0 0.48 0.75 0.55
HSL 21.18º 0.59% 0.28% -
HSV(B) 21.18º 0.75% 0.45% -
XYZ 8.73 6.79 2.01 -
YUV 72.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 114 59 29 0 0.48 0.75 0.55 21.18 0.59 0.28
Hex 72 3B 1D 0 30 4B 37 15 3B 1C
Octal 162 73 35 0 60 113 67 25 73 34
Binary 1110010 111011 11101 0 110000 1001011 110111 10101 111011 11100

Color Harmonies of #723B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723B1D

Black with #723B1D

Text Example


Text Example

White with #723B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,59,29); }

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

background-color css

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

 a { background-color: rgb(114,59,29); }

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

border-color css

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

 span { border-color: rgb(114,59,29); }

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