Html Css Color HEX #764017 Peru Tan

📋 copy color: '#764017'

red 118 ◦ green 64 ◦ blue 23

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

Shades of Peru Tan #764017

Tints of Peru Tan #764017

RGB

 RED value IS 118 (46.48% from 255) = 57.56%

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

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

R = 57.56%
G = 31.22%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#764017 (or 0x764017) is known color: Peru Tan. HEX triplet: 76, 40 and 17. RGB value is (118,64,23). Sum of RGB (Red+Green+Blue) = 118+64+23=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764017 is #89BFE8. Grayscale: #4B4B4B. Windows color (decimal): -9027561 or 1523830. OLE color: 1523830.

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

Color convert

RGB 118 64 23 -
CMYK 0 0.46 0.81 0.54
HSL 25.89º 0.67% 0.28% -
HSV(B) 25.89º 0.81% 0.46% -
XYZ 9.46 7.58 1.78 -
YUV 75.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 118 64 23 0 0.46 0.81 0.54 25.89 0.67 0.28
Hex 76 40 17 0 2E 51 36 1A 43 1C
Octal 166 100 27 0 56 121 66 32 103 34
Binary 1110110 1000000 10111 0 101110 1010001 110110 11010 1000011 11100

Color Harmonies of #764017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764017

Black with #764017

Text Example


Text Example

White with #764017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764017; }

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

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

background-color css

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

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

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

border-color css

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

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

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