Html Css Color HEX #754017 Peru Tan

📋 copy color: '#754017'

red 117 ◦ green 64 ◦ blue 23

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

Shades of Peru Tan #754017

Tints of Peru Tan #754017

RGB

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

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

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

R = 57.35%
G = 31.37%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#754017 (or 0x754017) is known color: Peru Tan. HEX triplet: 75, 40 and 17. RGB value is (117,64,23). Sum of RGB (Red+Green+Blue) = 117+64+23=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #754017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754017 is #8ABFE8. Grayscale: #4B4B4B. Windows color (decimal): -9093097 or 1523829. OLE color: 1523829.

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

Color convert

RGB 117 64 23 -
CMYK 0 0.45 0.80 0.54
HSL 26.17º 0.67% 0.27% -
HSV(B) 26.17º 0.8% 0.46% -
XYZ 9.32 7.51 1.77 -
YUV 75.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 117 64 23 0 0.45 0.80 0.54 26.17 0.67 0.27
Hex 75 40 17 0 2D 50 36 1A 43 1B
Octal 165 100 27 0 55 120 66 32 103 33
Binary 1110101 1000000 10111 0 101101 1010000 110110 11010 1000011 11011

Color Harmonies of #754017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754017

Black with #754017

Text Example


Text Example

White with #754017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754017; }

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

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

background-color css

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

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

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

border-color css

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

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

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