Html Css Color HEX #763A20 Peru Tan

📋 copy color: '#763A20'

red 118 ◦ green 58 ◦ blue 32

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

Shades of Peru Tan #763A20

Tints of Peru Tan #763A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.88%

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 56.73%
G = 27.88%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#763A20 (or 0x763A20) is known color: Peru Tan. HEX triplet: 76, 3A and 20. RGB value is (118,58,32). Sum of RGB (Red+Green+Blue) = 118+58+32=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A20 is #89C5DF. Grayscale: #494949. Windows color (decimal): -9029088 or 2112118. OLE color: 2112118.

HSL color Cylindrical-coordinate representation of color #763A20: hue angle of 18.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763A20 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 58 32 -
CMYK 0 0.51 0.73 0.54
HSL 18.14º 0.57% 0.29% -
HSV(B) 18.14º 0.73% 0.46% -
XYZ 9.24 6.98 2.23 -
YUV 72.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 118 58 32 0 0.51 0.73 0.54 18.14 0.57 0.29
Hex 76 3A 20 0 33 49 36 12 39 1D
Octal 166 72 40 0 63 111 66 22 71 35
Binary 1110110 111010 100000 0 110011 1001001 110110 10010 111001 11101

Color Harmonies of #763A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A20

Black with #763A20

Text Example


Text Example

White with #763A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763A20; }

 p { color: rgb(118,58,32); }

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

background-color css

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

 a { background-color: rgb(118,58,32); }

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

border-color css

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

 span { border-color: rgb(118,58,32); }

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