Html Css Color HEX #763C11 Peru Tan

📋 copy color: '#763C11'

red 118 ◦ green 60 ◦ blue 17

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

Shades of Peru Tan #763C11

Tints of Peru Tan #763C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 60.51%
G = 30.77%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#763C11 (or 0x763C11) is known color: Peru Tan. HEX triplet: 76, 3C and 11. RGB value is (118,60,17). Sum of RGB (Red+Green+Blue) = 118+60+17=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #763C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C11 is #89C3EE. Grayscale: #484848. Windows color (decimal): -9028591 or 1129590. OLE color: 1129590.

HSL color Cylindrical-coordinate representation of color #763C11: hue angle of 25.54º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #763C11 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 17 -
CMYK 0 0.49 0.86 0.54
HSL 25.54º 0.75% 0.26% -
HSV(B) 25.54º 0.86% 0.46% -
XYZ 9.19 7.12 1.42 -
YUV 72.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 118 60 17 0 0.49 0.86 0.54 25.54 0.75 0.26
Hex 76 3C 11 0 31 56 36 1A 4B 1A
Octal 166 74 21 0 61 126 66 32 113 32
Binary 1110110 111100 10001 0 110001 1010110 110110 11010 1001011 11010

Color Harmonies of #763C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C11

Black with #763C11

Text Example


Text Example

White with #763C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C11; }

 p { color: rgb(118,60,17); }

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

background-color css

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

 a { background-color: rgb(118,60,17); }

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

border-color css

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

 span { border-color: rgb(118,60,17); }

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