Html Css Color HEX #773613 Peru Tan

📋 copy color: '#773613'

red 119 ◦ green 54 ◦ blue 19

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

Shades of Peru Tan #773613

Tints of Peru Tan #773613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

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

R = 61.98%
G = 28.13%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#773613 (or 0x773613) is known color: Peru Tan. HEX triplet: 77, 36 and 13. RGB value is (119,54,19). Sum of RGB (Red+Green+Blue) = 119+54+19=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #773613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773613 is #88C9EC. Grayscale: #454545. Windows color (decimal): -8964589 or 1259127. OLE color: 1259127.

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

Color convert

RGB 119 54 19 -
CMYK 0 0.55 0.84 0.53
HSL 21º 0.72% 0.27% -
HSV(B) 21º 0.84% 0.47% -
XYZ 9.04 6.61 1.41 -
YUV 69.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 119 54 19 0 0.55 0.84 0.53 21 0.72 0.27
Hex 77 36 13 0 37 54 35 15 48 1B
Octal 167 66 23 0 67 124 65 25 110 33
Binary 1110111 110110 10011 0 110111 1010100 110101 10101 1001000 11011

Color Harmonies of #773613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773613

Black with #773613

Text Example


Text Example

White with #773613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773613; }

 p { color: rgb(119,54,19); }

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

background-color css

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

 a { background-color: rgb(119,54,19); }

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

border-color css

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

 span { border-color: rgb(119,54,19); }

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