Html Css Color HEX #763412 Peru Tan

📋 copy color: '#763412'

red 118 ◦ green 52 ◦ blue 18

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

Shades of Peru Tan #763412

Tints of Peru Tan #763412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 62.77%
G = 27.66%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#763412 (or 0x763412) is known color: Peru Tan. HEX triplet: 76, 34 and 12. RGB value is (118,52,18). Sum of RGB (Red+Green+Blue) = 118+52+18=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #763412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763412 is #89CBED. Grayscale: #444444. Windows color (decimal): -9030638 or 1193078. OLE color: 1193078.

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

Color convert

RGB 118 52 18 -
CMYK 0 0.56 0.85 0.54
HSL 20.4º 0.74% 0.27% -
HSV(B) 20.4º 0.85% 0.46% -
XYZ 8.81 6.35 1.33 -
YUV 67.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 118 52 18 0 0.56 0.85 0.54 20.4 0.74 0.27
Hex 76 34 12 0 38 55 36 14 4A 1B
Octal 166 64 22 0 70 125 66 24 112 33
Binary 1110110 110100 10010 0 111000 1010101 110110 10100 1001010 11011

Color Harmonies of #763412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763412

Black with #763412

Text Example


Text Example

White with #763412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763412; }

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

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

background-color css

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

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

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

border-color css

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

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

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