Html Css Color HEX #754117 Peru Tan

📋 copy color: '#754117'

red 117 ◦ green 65 ◦ blue 23

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

Shades of Peru Tan #754117

Tints of Peru Tan #754117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.22%

R = 57.07%
G = 31.71%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#754117 (or 0x754117) is known color: Peru Tan. HEX triplet: 75, 41 and 17. RGB value is (117,65,23). Sum of RGB (Red+Green+Blue) = 117+65+23=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #754117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754117 is #8ABEE8. Grayscale: #4B4B4B. Windows color (decimal): -9092841 or 1524085. OLE color: 1524085.

HSL color Cylindrical-coordinate representation of color #754117: hue angle of 26.81º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #754117 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 23 -
CMYK 0 0.44 0.80 0.54
HSL 26.81º 0.67% 0.27% -
HSV(B) 26.81º 0.8% 0.46% -
XYZ 9.38 7.62 1.79 -
YUV 75.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 117 65 23 0 0.44 0.80 0.54 26.81 0.67 0.27
Hex 75 41 17 0 2C 50 36 1B 43 1B
Octal 165 101 27 0 54 120 66 33 103 33
Binary 1110101 1000001 10111 0 101100 1010000 110110 11011 1000011 11011

Color Harmonies of #754117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754117

Black with #754117

Text Example


Text Example

White with #754117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754117; }

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

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

background-color css

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

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

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

border-color css

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

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

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