Html Css Color HEX #763312 Peru Tan

📋 copy color: '#763312'

red 118 ◦ green 51 ◦ blue 18

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

Shades of Peru Tan #763312

Tints of Peru Tan #763312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 63.1%
G = 27.27%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#763312 (or 0x763312) is known color: Peru Tan. HEX triplet: 76, 33 and 12. RGB value is (118,51,18). Sum of RGB (Red+Green+Blue) = 118+51+18=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #763312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763312 is #89CCED. Grayscale: #434343. Windows color (decimal): -9030894 or 1192822. OLE color: 1192822.

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

Color convert

RGB 118 51 18 -
CMYK 0 0.57 0.85 0.54
HSL 19.8º 0.74% 0.27% -
HSV(B) 19.8º 0.85% 0.46% -
XYZ 8.76 6.26 1.32 -
YUV 67.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 118 51 18 0 0.57 0.85 0.54 19.8 0.74 0.27
Hex 76 33 12 0 39 55 36 14 4A 1B
Octal 166 63 22 0 71 125 66 24 112 33
Binary 1110110 110011 10010 0 111001 1010101 110110 10100 1001010 11011

Color Harmonies of #763312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763312

Black with #763312

Text Example


Text Example

White with #763312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763312; }

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

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

background-color css

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

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

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

border-color css

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

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

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