Html Css Color HEX #763209 Peru Tan

📋 copy color: '#763209'

red 118 ◦ green 50 ◦ blue 9

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

Shades of Peru Tan #763209

Tints of Peru Tan #763209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.25%

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 66.67%
G = 28.25%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#763209 (or 0x763209) is known color: Peru Tan. HEX triplet: 76, 32 and 09. RGB value is (118,50,9). Sum of RGB (Red+Green+Blue) = 118+50+9=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #763209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763209 is #89CDF6. Grayscale: #414141. Windows color (decimal): -9031159 or 602742. OLE color: 602742.

HSL color Cylindrical-coordinate representation of color #763209: hue angle of 22.57º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #763209 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 9 -
CMYK 0 0.58 0.92 0.54
HSL 22.57º 0.86% 0.25% -
HSV(B) 22.57º 0.92% 0.46% -
XYZ 8.66 6.15 0.99 -
YUV 65.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 118 50 9 0 0.58 0.92 0.54 22.57 0.86 0.25
Hex 76 32 9 0 3A 5C 36 17 56 19
Octal 166 62 11 0 72 134 66 27 126 31
Binary 1110110 110010 1001 0 111010 1011100 110110 10111 1010110 11001

Color Harmonies of #763209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763209

Black with #763209

Text Example


Text Example

White with #763209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763209; }

 p { color: rgb(118,50,9); }

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

background-color css

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

 a { background-color: rgb(118,50,9); }

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

border-color css

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

 span { border-color: rgb(118,50,9); }

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