Html Css Color HEX #763213 Peru Tan

📋 copy color: '#763213'

red 118 ◦ green 50 ◦ blue 19

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

Shades of Peru Tan #763213

Tints of Peru Tan #763213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 63.1%
G = 26.74%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#763213 (or 0x763213) is known color: Peru Tan. HEX triplet: 76, 32 and 13. RGB value is (118,50,19). Sum of RGB (Red+Green+Blue) = 118+50+19=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #763213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763213 is #89CDEC. Grayscale: #424242. Windows color (decimal): -9031149 or 1258102. OLE color: 1258102.

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

Color convert

RGB 118 50 19 -
CMYK 0 0.58 0.84 0.54
HSL 18.79º 0.72% 0.27% -
HSV(B) 18.79º 0.84% 0.46% -
XYZ 8.73 6.18 1.35 -
YUV 66.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 118 50 19 0 0.58 0.84 0.54 18.79 0.72 0.27
Hex 76 32 13 0 3A 54 36 13 48 1B
Octal 166 62 23 0 72 124 66 23 110 33
Binary 1110110 110010 10011 0 111010 1010100 110110 10011 1001000 11011

Color Harmonies of #763213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763213

Black with #763213

Text Example


Text Example

White with #763213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763213; }

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

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

background-color css

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

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

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

border-color css

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

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

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