Html Css Color HEX #754223 Peru Tan

📋 copy color: '#754223'

red 117 ◦ green 66 ◦ blue 35

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

Shades of Peru Tan #754223

Tints of Peru Tan #754223

RGB

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

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

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

R = 53.67%
G = 30.28%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#754223 (or 0x754223) is known color: Peru Tan. HEX triplet: 75, 42 and 23. RGB value is (117,66,35). Sum of RGB (Red+Green+Blue) = 117+66+35=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754223 is #8ABDDC. Grayscale: #4D4D4D. Windows color (decimal): -9092573 or 2310773. OLE color: 2310773.

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

Color convert

RGB 117 66 35 -
CMYK 0 0.44 0.70 0.54
HSL 22.68º 0.54% 0.3% -
HSV(B) 22.68º 0.7% 0.46% -
XYZ 9.59 7.8 2.59 -
YUV 77.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 117 66 35 0 0.44 0.70 0.54 22.68 0.54 0.3
Hex 75 42 23 0 2C 46 36 17 36 1E
Octal 165 102 43 0 54 106 66 27 66 36
Binary 1110101 1000010 100011 0 101100 1000110 110110 10111 110110 11110

Color Harmonies of #754223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754223

Black with #754223

Text Example


Text Example

White with #754223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754223; }

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

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

background-color css

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

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

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

border-color css

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

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

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