Html Css Color HEX #763112 Peru Tan

📋 copy color: '#763112'

red 118 ◦ green 49 ◦ blue 18

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

Shades of Peru Tan #763112

Tints of Peru Tan #763112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 63.78%
G = 26.49%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#763112 (or 0x763112) is known color: Peru Tan. HEX triplet: 76, 31 and 12. RGB value is (118,49,18). Sum of RGB (Red+Green+Blue) = 118+49+18=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #763112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763112 is #89CEED. Grayscale: #424242. Windows color (decimal): -9031406 or 1192310. OLE color: 1192310.

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

Color convert

RGB 118 49 18 -
CMYK 0 0.58 0.85 0.54
HSL 18.6º 0.74% 0.27% -
HSV(B) 18.6º 0.85% 0.46% -
XYZ 8.68 6.09 1.29 -
YUV 66.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 118 49 18 0 0.58 0.85 0.54 18.6 0.74 0.27
Hex 76 31 12 0 3A 55 36 13 4A 1B
Octal 166 61 22 0 72 125 66 23 112 33
Binary 1110110 110001 10010 0 111010 1010101 110110 10011 1001010 11011

Color Harmonies of #763112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763112

Black with #763112

Text Example


Text Example

White with #763112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763112; }

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

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

background-color css

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

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

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

border-color css

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

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

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