Html Css Color HEX #763210 Peru Tan

📋 copy color: '#763210'

red 118 ◦ green 50 ◦ blue 16

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

Shades of Peru Tan #763210

Tints of Peru Tan #763210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 64.13%
G = 27.17%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#763210 (or 0x763210) is known color: Peru Tan. HEX triplet: 76, 32 and 10. RGB value is (118,50,16). Sum of RGB (Red+Green+Blue) = 118+50+16=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #763210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763210 is #89CDEF. Grayscale: #424242. Windows color (decimal): -9031152 or 1061494. OLE color: 1061494.

HSL color Cylindrical-coordinate representation of color #763210: hue angle of 20º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #763210 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 16 -
CMYK 0 0.58 0.86 0.54
HSL 20º 0.76% 0.26% -
HSV(B) 20º 0.86% 0.46% -
XYZ 8.71 6.17 1.22 -
YUV 66.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 118 50 16 0 0.58 0.86 0.54 20 0.76 0.26
Hex 76 32 10 0 3A 56 36 14 4C 1A
Octal 166 62 20 0 72 126 66 24 114 32
Binary 1110110 110010 10000 0 111010 1010110 110110 10100 1001100 11010

Color Harmonies of #763210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763210

Black with #763210

Text Example


Text Example

White with #763210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763210; }

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

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

background-color css

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

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

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

border-color css

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

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

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