Html Css Color HEX #763100 Peru Tan

📋 copy color: '#763100'

red 118 ◦ green 49 ◦ blue 0

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

Shades of Peru Tan #763100

Tints of Peru Tan #763100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.66%
G = 29.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#763100 (or 0x763100) is known color: Peru Tan. HEX triplet: 76, 31 and 00. RGB value is (118,49,0). Sum of RGB (Red+Green+Blue) = 118+49+0=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #763100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763100 is #89CEFF. Grayscale: #404040. Windows color (decimal): -9031424 or 12662. OLE color: 12662.

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

Color convert

RGB 118 49 0 -
CMYK 0 0.58 1 0.54
HSL 24.92º 1% 0.23% -
HSV(B) 24.92º 1% 0.46% -
XYZ 8.57 6.05 0.72 -
YUV 64.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 118 49 0 0 0.58 1 0.54 24.92 1 0.23
Hex 76 31 0 0 3A 64 36 19 64 17
Octal 166 61 0 0 72 144 66 31 144 27
Binary 1110110 110001 0 0 111010 1100100 110110 11001 1100100 10111

Color Harmonies of #763100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763100

Black with #763100

Text Example


Text Example

White with #763100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763100; }

 p { color: rgb(118,49,0); }

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

background-color css

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

 a { background-color: rgb(118,49,0); }

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

border-color css

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

 span { border-color: rgb(118,49,0); }

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