Html Css Color HEX #754124 Peru Tan

📋 copy color: '#754124'

red 117 ◦ green 65 ◦ blue 36

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

Shades of Peru Tan #754124

Tints of Peru Tan #754124

RGB

 RED value IS 117 (46.09% from 255) = 53.67%

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

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 53.67%
G = 29.82%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#754124 (or 0x754124) is known color: Peru Tan. HEX triplet: 75, 41 and 24. RGB value is (117,65,36). Sum of RGB (Red+Green+Blue) = 117+65+36=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754124 is #8ABEDB. Grayscale: #4D4D4D. Windows color (decimal): -9092828 or 2376053. OLE color: 2376053.

HSL color Cylindrical-coordinate representation of color #754124: hue angle of 21.48º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754124 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 36 -
CMYK 0 0.44 0.69 0.54
HSL 21.48º 0.53% 0.3% -
HSV(B) 21.48º 0.69% 0.46% -
XYZ 9.54 7.69 2.65 -
YUV 77.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 117 65 36 0 0.44 0.69 0.54 21.48 0.53 0.3
Hex 75 41 24 0 2C 45 36 15 35 1E
Octal 165 101 44 0 54 105 66 25 65 36
Binary 1110101 1000001 100100 0 101100 1000101 110110 10101 110101 11110

Color Harmonies of #754124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754124

Black with #754124

Text Example


Text Example

White with #754124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754124; }

 p { color: rgb(117,65,36); }

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

background-color css

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

 a { background-color: rgb(117,65,36); }

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

border-color css

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

 span { border-color: rgb(117,65,36); }

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