Html Css Color HEX #763E21 Peru Tan

📋 copy color: '#763E21'

red 118 ◦ green 62 ◦ blue 33

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

Shades of Peru Tan #763E21

Tints of Peru Tan #763E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 55.4%
G = 29.11%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#763E21 (or 0x763E21) is known color: Peru Tan. HEX triplet: 76, 3E and 21. RGB value is (118,62,33). Sum of RGB (Red+Green+Blue) = 118+62+33=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #763E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E21 is #89C1DE. Grayscale: #4B4B4B. Windows color (decimal): -9028063 or 2178678. OLE color: 2178678.

HSL color Cylindrical-coordinate representation of color #763E21: hue angle of 20.47º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763E21 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 62 33 -
CMYK 0 0.47 0.72 0.54
HSL 20.47º 0.56% 0.3% -
HSV(B) 20.47º 0.72% 0.46% -
XYZ 9.47 7.41 2.37 -
YUV 75.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 118 62 33 0 0.47 0.72 0.54 20.47 0.56 0.3
Hex 76 3E 21 0 2F 48 36 14 38 1E
Octal 166 76 41 0 57 110 66 24 70 36
Binary 1110110 111110 100001 0 101111 1001000 110110 10100 111000 11110

Color Harmonies of #763E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E21

Black with #763E21

Text Example


Text Example

White with #763E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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