Html Css Color HEX #724123 Peru Tan

📋 copy color: '#724123'

red 114 ◦ green 65 ◦ blue 35

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

Shades of Peru Tan #724123

Tints of Peru Tan #724123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 53.27%
G = 30.37%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#724123 (or 0x724123) is known color: Peru Tan. HEX triplet: 72, 41 and 23. RGB value is (114,65,35). Sum of RGB (Red+Green+Blue) = 114+65+35=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #724123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724123 is #8DBEDC. Grayscale: #4C4C4C. Windows color (decimal): -9289437 or 2310514. OLE color: 2310514.

HSL color Cylindrical-coordinate representation of color #724123: hue angle of 22.78º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #724123 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 65 35 -
CMYK 0 0.43 0.69 0.55
HSL 22.78º 0.53% 0.29% -
HSV(B) 22.78º 0.69% 0.45% -
XYZ 9.13 7.48 2.55 -
YUV 76.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 114 65 35 0 0.43 0.69 0.55 22.78 0.53 0.29
Hex 72 41 23 0 2B 45 37 17 35 1D
Octal 162 101 43 0 53 105 67 27 65 35
Binary 1110010 1000001 100011 0 101011 1000101 110111 10111 110101 11101

Color Harmonies of #724123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724123

Black with #724123

Text Example


Text Example

White with #724123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724123; }

 p { color: rgb(114,65,35); }

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

background-color css

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

 a { background-color: rgb(114,65,35); }

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

border-color css

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

 span { border-color: rgb(114,65,35); }

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