Html Css Color HEX #763E20 Peru Tan

📋 copy color: '#763E20'

red 118 ◦ green 62 ◦ blue 32

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

Shades of Peru Tan #763E20

Tints of Peru Tan #763E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.25%

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

R = 55.66%
G = 29.25%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#763E20 (or 0x763E20) is known color: Peru Tan. HEX triplet: 76, 3E and 20. RGB value is (118,62,32). Sum of RGB (Red+Green+Blue) = 118+62+32=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #763E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E20 is #89C1DF. Grayscale: #4B4B4B. Windows color (decimal): -9028064 or 2113142. OLE color: 2113142.

HSL color Cylindrical-coordinate representation of color #763E20: hue angle of 20.93º 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 #763E20 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 62 32 -
CMYK 0 0.47 0.73 0.54
HSL 20.93º 0.57% 0.29% -
HSV(B) 20.93º 0.73% 0.46% -
XYZ 9.45 7.4 2.3 -
YUV 75.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 118 62 32 0 0.47 0.73 0.54 20.93 0.57 0.29
Hex 76 3E 20 0 2F 49 36 15 39 1D
Octal 166 76 40 0 57 111 66 25 71 35
Binary 1110110 111110 100000 0 101111 1001001 110110 10101 111001 11101

Color Harmonies of #763E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E20

Black with #763E20

Text Example


Text Example

White with #763E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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