Html Css Color HEX #754024 Peru Tan

📋 copy color: '#754024'

red 117 ◦ green 64 ◦ blue 36

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

Shades of Peru Tan #754024

Tints of Peru Tan #754024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 53.92%
G = 29.49%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#754024 (or 0x754024) is known color: Peru Tan. HEX triplet: 75, 40 and 24. RGB value is (117,64,36). Sum of RGB (Red+Green+Blue) = 117+64+36=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #754024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754024 is #8ABFDB. Grayscale: #4C4C4C. Windows color (decimal): -9093084 or 2375797. OLE color: 2375797.

HSL color Cylindrical-coordinate representation of color #754024: hue angle of 20.74º 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 #754024 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 36 -
CMYK 0 0.45 0.69 0.54
HSL 20.74º 0.53% 0.3% -
HSV(B) 20.74º 0.69% 0.46% -
XYZ 9.49 7.58 2.63 -
YUV 76.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 117 64 36 0 0.45 0.69 0.54 20.74 0.53 0.3
Hex 75 40 24 0 2D 45 36 15 35 1E
Octal 165 100 44 0 55 105 66 25 65 36
Binary 1110101 1000000 100100 0 101101 1000101 110110 10101 110101 11110

Color Harmonies of #754024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754024

Black with #754024

Text Example


Text Example

White with #754024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754024; }

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

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

background-color css

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

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

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

border-color css

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

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

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