Html Css Color HEX #763820 Peru Tan

📋 copy color: '#763820'

red 118 ◦ green 56 ◦ blue 32

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

Shades of Peru Tan #763820

Tints of Peru Tan #763820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

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

R = 57.28%
G = 27.18%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#763820 (or 0x763820) is known color: Peru Tan. HEX triplet: 76, 38 and 20. RGB value is (118,56,32). Sum of RGB (Red+Green+Blue) = 118+56+32=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #763820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763820 is #89C7DF. Grayscale: #474747. Windows color (decimal): -9029600 or 2111606. OLE color: 2111606.

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

Color convert

RGB 118 56 32 -
CMYK 0 0.53 0.73 0.54
HSL 16.74º 0.57% 0.29% -
HSV(B) 16.74º 0.73% 0.46% -
XYZ 9.15 6.78 2.19 -
YUV 71.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 118 56 32 0 0.53 0.73 0.54 16.74 0.57 0.29
Hex 76 38 20 0 35 49 36 11 39 1D
Octal 166 70 40 0 65 111 66 21 71 35
Binary 1110110 111000 100000 0 110101 1001001 110110 10001 111001 11101

Color Harmonies of #763820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763820

Black with #763820

Text Example


Text Example

White with #763820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763820; }

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

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

background-color css

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

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

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

border-color css

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

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

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