Html Css Color HEX #763212 Peru Tan

📋 copy color: '#763212'

red 118 ◦ green 50 ◦ blue 18

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

Shades of Peru Tan #763212

Tints of Peru Tan #763212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

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

R = 63.44%
G = 26.88%
B = 9.68%

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

#763212 (or 0x763212) is known color: Peru Tan. HEX triplet: 76, 32 and 12. RGB value is (118,50,18). Sum of RGB (Red+Green+Blue) = 118+50+18=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #763212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763212 is #89CDED. Grayscale: #424242. Windows color (decimal): -9031150 or 1192566. OLE color: 1192566.

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

Color convert

RGB 118 50 18 -
CMYK 0 0.58 0.85 0.54
HSL 19.2º 0.74% 0.27% -
HSV(B) 19.2º 0.85% 0.46% -
XYZ 8.72 6.18 1.3 -
YUV 66.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 118 50 18 0 0.58 0.85 0.54 19.2 0.74 0.27
Hex 76 32 12 0 3A 55 36 13 4A 1B
Octal 166 62 22 0 72 125 66 23 112 33
Binary 1110110 110010 10010 0 111010 1010101 110110 10011 1001010 11011

Color Harmonies of #763212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763212

Black with #763212

Text Example


Text Example

White with #763212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763212; }

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

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

background-color css

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

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

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

border-color css

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

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

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