Html Css Color HEX #763009 Peru Tan

📋 copy color: '#763009'

red 118 ◦ green 48 ◦ blue 9

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

Shades of Peru Tan #763009

Tints of Peru Tan #763009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

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

R = 67.43%
G = 27.43%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#763009 (or 0x763009) is known color: Peru Tan. HEX triplet: 76, 30 and 09. RGB value is (118,48,9). Sum of RGB (Red+Green+Blue) = 118+48+9=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #763009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763009 is #89CFF6. Grayscale: #404040. Windows color (decimal): -9031671 or 602230. OLE color: 602230.

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

Color convert

RGB 118 48 9 -
CMYK 0 0.59 0.92 0.54
HSL 21.47º 0.86% 0.25% -
HSV(B) 21.47º 0.92% 0.46% -
XYZ 8.58 5.99 0.96 -
YUV 64.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 118 48 9 0 0.59 0.92 0.54 21.47 0.86 0.25
Hex 76 30 9 0 3B 5C 36 15 56 19
Octal 166 60 11 0 73 134 66 25 126 31
Binary 1110110 110000 1001 0 111011 1011100 110110 10101 1010110 11001

Color Harmonies of #763009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763009

Black with #763009

Text Example


Text Example

White with #763009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763009; }

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

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

background-color css

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

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

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

border-color css

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

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

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