Html Css Color HEX #763214 Peru Tan

📋 copy color: '#763214'

red 118 ◦ green 50 ◦ blue 20

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

Shades of Peru Tan #763214

Tints of Peru Tan #763214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 62.77%
G = 26.6%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#763214 (or 0x763214) is known color: Peru Tan. HEX triplet: 76, 32 and 14. RGB value is (118,50,20). Sum of RGB (Red+Green+Blue) = 118+50+20=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #763214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763214 is #89CDEB. Grayscale: #434343. Windows color (decimal): -9031148 or 1323638. OLE color: 1323638.

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

Color convert

RGB 118 50 20 -
CMYK 0 0.58 0.83 0.54
HSL 18.37º 0.71% 0.27% -
HSV(B) 18.37º 0.83% 0.46% -
XYZ 8.74 6.18 1.39 -
YUV 66.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 118 50 20 0 0.58 0.83 0.54 18.37 0.71 0.27
Hex 76 32 14 0 3A 53 36 12 47 1B
Octal 166 62 24 0 72 123 66 22 107 33
Binary 1110110 110010 10100 0 111010 1010011 110110 10010 1000111 11011

Color Harmonies of #763214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763214

Black with #763214

Text Example


Text Example

White with #763214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763214; }

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

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

background-color css

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

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

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

border-color css

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

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

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