Html Css Color HEX #763101 Peru Tan

📋 copy color: '#763101'

red 118 ◦ green 49 ◦ blue 1

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

Shades of Peru Tan #763101

Tints of Peru Tan #763101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 70.24%
G = 29.17%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#763101 (or 0x763101) is known color: Peru Tan. HEX triplet: 76, 31 and 01. RGB value is (118,49,1). Sum of RGB (Red+Green+Blue) = 118+49+1=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #763101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763101 is #89CEFE. Grayscale: #404040. Windows color (decimal): -9031423 or 78198. OLE color: 78198.

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

Color convert

RGB 118 49 1 -
CMYK 0 0.58 0.99 0.54
HSL 24.62º 0.98% 0.23% -
HSV(B) 24.62º 0.99% 0.46% -
XYZ 8.58 6.05 0.74 -
YUV 64.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 118 49 1 0 0.58 0.99 0.54 24.62 0.98 0.23
Hex 76 31 1 0 3A 63 36 19 62 17
Octal 166 61 1 0 72 143 66 31 142 27
Binary 1110110 110001 1 0 111010 1100011 110110 11001 1100010 10111

Color Harmonies of #763101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763101

Black with #763101

Text Example


Text Example

White with #763101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763101; }

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

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

background-color css

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

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

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

border-color css

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

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

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