Html Css Color HEX #764018 Peru Tan

📋 copy color: '#764018'

red 118 ◦ green 64 ◦ blue 24

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

Shades of Peru Tan #764018

Tints of Peru Tan #764018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 57.28%
G = 31.07%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#764018 (or 0x764018) is known color: Peru Tan. HEX triplet: 76, 40 and 18. RGB value is (118,64,24). Sum of RGB (Red+Green+Blue) = 118+64+24=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #764018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764018 is #89BFE7. Grayscale: #4B4B4B. Windows color (decimal): -9027560 or 1589366. OLE color: 1589366.

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

Color convert

RGB 118 64 24 -
CMYK 0 0.46 0.80 0.54
HSL 25.53º 0.66% 0.28% -
HSV(B) 25.53º 0.8% 0.46% -
XYZ 9.47 7.58 1.83 -
YUV 75.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 118 64 24 0 0.46 0.80 0.54 25.53 0.66 0.28
Hex 76 40 18 0 2E 50 36 1A 42 1C
Octal 166 100 30 0 56 120 66 32 102 34
Binary 1110110 1000000 11000 0 101110 1010000 110110 11010 1000010 11100

Color Harmonies of #764018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764018

Black with #764018

Text Example


Text Example

White with #764018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764018; }

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

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

background-color css

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

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

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

border-color css

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

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

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