Html Css Color HEX #764019 Peru Tan

📋 copy color: '#764019'

red 118 ◦ green 64 ◦ blue 25

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

Shades of Peru Tan #764019

Tints of Peru Tan #764019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 57%
G = 30.92%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#764019 (or 0x764019) is known color: Peru Tan. HEX triplet: 76, 40 and 19. RGB value is (118,64,25). Sum of RGB (Red+Green+Blue) = 118+64+25=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764019 is #89BFE6. Grayscale: #4B4B4B. Windows color (decimal): -9027559 or 1654902. OLE color: 1654902.

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

Color convert

RGB 118 64 25 -
CMYK 0 0.46 0.79 0.54
HSL 25.16º 0.65% 0.28% -
HSV(B) 25.16º 0.79% 0.46% -
XYZ 9.48 7.59 1.88 -
YUV 75.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 118 64 25 0 0.46 0.79 0.54 25.16 0.65 0.28
Hex 76 40 19 0 2E 4F 36 19 41 1C
Octal 166 100 31 0 56 117 66 31 101 34
Binary 1110110 1000000 11001 0 101110 1001111 110110 11001 1000001 11100

Color Harmonies of #764019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764019

Black with #764019

Text Example


Text Example

White with #764019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764019; }

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

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

background-color css

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

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

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

border-color css

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

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

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