Html Css Color HEX #724125 Peru Tan

📋 copy color: '#724125'

red 114 ◦ green 65 ◦ blue 37

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

Shades of Peru Tan #724125

Tints of Peru Tan #724125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.13%

R = 52.78%
G = 30.09%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#724125 (or 0x724125) is known color: Peru Tan. HEX triplet: 72, 41 and 25. RGB value is (114,65,37). Sum of RGB (Red+Green+Blue) = 114+65+37=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #724125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724125 is #8DBEDA. Grayscale: #4C4C4C. Windows color (decimal): -9289435 or 2441586. OLE color: 2441586.

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

Color convert

RGB 114 65 37 -
CMYK 0 0.43 0.68 0.55
HSL 21.82º 0.51% 0.3% -
HSV(B) 21.82º 0.68% 0.45% -
XYZ 9.16 7.49 2.71 -
YUV 76.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 114 65 37 0 0.43 0.68 0.55 21.82 0.51 0.3
Hex 72 41 25 0 2B 44 37 16 33 1E
Octal 162 101 45 0 53 104 67 26 63 36
Binary 1110010 1000001 100101 0 101011 1000100 110111 10110 110011 11110

Color Harmonies of #724125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724125

Black with #724125

Text Example


Text Example

White with #724125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724125; }

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

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

background-color css

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

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

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

border-color css

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

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

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