Html Css Color HEX #773512 Peru Tan

📋 copy color: '#773512'

red 119 ◦ green 53 ◦ blue 18

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

Shades of Peru Tan #773512

Tints of Peru Tan #773512

RGB

 RED value IS 119 (46.88% from 255) = 62.63%

 GREEN value IS 53 (21.09% from 255) = 27.89%

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

R = 62.63%
G = 27.89%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#773512 (or 0x773512) is known color: Peru Tan. HEX triplet: 77, 35 and 12. RGB value is (119,53,18). Sum of RGB (Red+Green+Blue) = 119+53+18=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #773512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773512 is #88CAED. Grayscale: #444444. Windows color (decimal): -8964846 or 1193335. OLE color: 1193335.

HSL color Cylindrical-coordinate representation of color #773512: hue angle of 20.79º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #773512 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 18 -
CMYK 0 0.55 0.85 0.53
HSL 20.79º 0.74% 0.27% -
HSV(B) 20.79º 0.85% 0.47% -
XYZ 8.99 6.51 1.36 -
YUV 68.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 119 53 18 0 0.55 0.85 0.53 20.79 0.74 0.27
Hex 77 35 12 0 37 55 35 15 4A 1B
Octal 167 65 22 0 67 125 65 25 112 33
Binary 1110111 110101 10010 0 110111 1010101 110101 10101 1001010 11011

Color Harmonies of #773512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773512

Black with #773512

Text Example


Text Example

White with #773512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773512; }

 p { color: rgb(119,53,18); }

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

background-color css

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

 a { background-color: rgb(119,53,18); }

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

border-color css

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

 span { border-color: rgb(119,53,18); }

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