Html Css Color HEX #723C1F Peru Tan

📋 copy color: '#723C1F'

red 114 ◦ green 60 ◦ blue 31

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

Shades of Peru Tan #723C1F

Tints of Peru Tan #723C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.27%

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 55.61%
G = 29.27%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#723C1F (or 0x723C1F) is known color: Peru Tan. HEX triplet: 72, 3C and 1F. RGB value is (114,60,31). Sum of RGB (Red+Green+Blue) = 114+60+31=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C1F is #8DC3E0. Grayscale: #494949. Windows color (decimal): -9290721 or 2047090. OLE color: 2047090.

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

Color convert

RGB 114 60 31 -
CMYK 0 0.47 0.73 0.55
HSL 20.96º 0.57% 0.28% -
HSV(B) 20.96º 0.73% 0.45% -
XYZ 8.8 6.91 2.17 -
YUV 72.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 114 60 31 0 0.47 0.73 0.55 20.96 0.57 0.28
Hex 72 3C 1F 0 2F 49 37 15 39 1C
Octal 162 74 37 0 57 111 67 25 71 34
Binary 1110010 111100 11111 0 101111 1001001 110111 10101 111001 11100

Color Harmonies of #723C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723C1F

Black with #723C1F

Text Example


Text Example

White with #723C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,60,31); }

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

background-color css

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

 a { background-color: rgb(114,60,31); }

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

border-color css

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

 span { border-color: rgb(114,60,31); }

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