Html Css Color HEX #763219 Peru Tan

📋 copy color: '#763219'

red 118 ◦ green 50 ◦ blue 25

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

Shades of Peru Tan #763219

Tints of Peru Tan #763219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

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

R = 61.14%
G = 25.91%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#763219 (or 0x763219) is known color: Peru Tan. HEX triplet: 76, 32 and 19. RGB value is (118,50,25). Sum of RGB (Red+Green+Blue) = 118+50+25=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #763219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763219 is #89CDE6. Grayscale: #434343. Windows color (decimal): -9031143 or 1651318. OLE color: 1651318.

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

Color convert

RGB 118 50 25 -
CMYK 0 0.58 0.79 0.54
HSL 16.13º 0.65% 0.28% -
HSV(B) 16.13º 0.79% 0.46% -
XYZ 8.79 6.2 1.65 -
YUV 67.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 118 50 25 0 0.58 0.79 0.54 16.13 0.65 0.28
Hex 76 32 19 0 3A 4F 36 10 41 1C
Octal 166 62 31 0 72 117 66 20 101 34
Binary 1110110 110010 11001 0 111010 1001111 110110 10000 1000001 11100

Color Harmonies of #763219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763219

Black with #763219

Text Example


Text Example

White with #763219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763219; }

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

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

background-color css

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

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

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

border-color css

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

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

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