Html Css Color HEX #763921 Peru Tan

📋 copy color: '#763921'

red 118 ◦ green 57 ◦ blue 33

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

Shades of Peru Tan #763921

Tints of Peru Tan #763921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

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

R = 56.73%
G = 27.4%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#763921 (or 0x763921) is known color: Peru Tan. HEX triplet: 76, 39 and 21. RGB value is (118,57,33). Sum of RGB (Red+Green+Blue) = 118+57+33=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763921 is #89C6DE. Grayscale: #484848. Windows color (decimal): -9029343 or 2177398. OLE color: 2177398.

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

Color convert

RGB 118 57 33 -
CMYK 0 0.52 0.72 0.54
HSL 16.94º 0.56% 0.3% -
HSV(B) 16.94º 0.72% 0.46% -
XYZ 9.21 6.89 2.28 -
YUV 72.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 118 57 33 0 0.52 0.72 0.54 16.94 0.56 0.3
Hex 76 39 21 0 34 48 36 11 38 1E
Octal 166 71 41 0 64 110 66 21 70 36
Binary 1110110 111001 100001 0 110100 1001000 110110 10001 111000 11110

Color Harmonies of #763921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763921

Black with #763921

Text Example


Text Example

White with #763921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763921; }

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

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

background-color css

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

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

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

border-color css

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

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

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