Html Css Color HEX #723D1E Peru Tan

📋 copy color: '#723D1E'

red 114 ◦ green 61 ◦ blue 30

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

Shades of Peru Tan #723D1E

Tints of Peru Tan #723D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 55.61%
G = 29.76%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#723D1E (or 0x723D1E) is known color: Peru Tan. HEX triplet: 72, 3D and 1E. RGB value is (114,61,30). Sum of RGB (Red+Green+Blue) = 114+61+30=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D1E is #8DC2E1. Grayscale: #494949. Windows color (decimal): -9290466 or 1981810. OLE color: 1981810.

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

Color convert

RGB 114 61 30 -
CMYK 0 0.46 0.74 0.55
HSL 22.14º 0.58% 0.28% -
HSV(B) 22.14º 0.74% 0.45% -
XYZ 8.84 7.01 2.12 -
YUV 73.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 114 61 30 0 0.46 0.74 0.55 22.14 0.58 0.28
Hex 72 3D 1E 0 2E 4A 37 16 3A 1C
Octal 162 75 36 0 56 112 67 26 72 34
Binary 1110010 111101 11110 0 101110 1001010 110111 10110 111010 11100

Color Harmonies of #723D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723D1E

Black with #723D1E

Text Example


Text Example

White with #723D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,61,30); }

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

background-color css

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

 a { background-color: rgb(114,61,30); }

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

border-color css

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

 span { border-color: rgb(114,61,30); }

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