Html Css Color HEX #754224 Peru Tan

📋 copy color: '#754224'

red 117 ◦ green 66 ◦ blue 36

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

Shades of Peru Tan #754224

Tints of Peru Tan #754224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

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

R = 53.42%
G = 30.14%
B = 16.44%

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

#754224 (or 0x754224) is known color: Peru Tan. HEX triplet: 75, 42 and 24. RGB value is (117,66,36). Sum of RGB (Red+Green+Blue) = 117+66+36=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #754224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754224 is #8ABDDB. Grayscale: #4D4D4D. Windows color (decimal): -9092572 or 2376309. OLE color: 2376309.

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

Color convert

RGB 117 66 36 -
CMYK 0 0.44 0.69 0.54
HSL 22.22º 0.53% 0.3% -
HSV(B) 22.22º 0.69% 0.46% -
XYZ 9.6 7.81 2.67 -
YUV 77.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 117 66 36 0 0.44 0.69 0.54 22.22 0.53 0.3
Hex 75 42 24 0 2C 45 36 16 35 1E
Octal 165 102 44 0 54 105 66 26 65 36
Binary 1110101 1000010 100100 0 101100 1000101 110110 10110 110101 11110

Color Harmonies of #754224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754224

Black with #754224

Text Example


Text Example

White with #754224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754224; }

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

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

background-color css

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

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

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

border-color css

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

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

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