Html Css Color HEX #773811 Peru Tan

📋 copy color: '#773811'

red 119 ◦ green 56 ◦ blue 17

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

Shades of Peru Tan #773811

Tints of Peru Tan #773811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.17%

 BLUE value IS 17 (7.03% from 255) = 8.85%

R = 61.98%
G = 29.17%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#773811 (or 0x773811) is known color: Peru Tan. HEX triplet: 77, 38 and 11. RGB value is (119,56,17). Sum of RGB (Red+Green+Blue) = 119+56+17=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #773811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773811 is #88C7EE. Grayscale: #464646. Windows color (decimal): -8964079 or 1128567. OLE color: 1128567.

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

Color convert

RGB 119 56 17 -
CMYK 0 0.53 0.86 0.53
HSL 22.94º 0.75% 0.27% -
HSV(B) 22.94º 0.86% 0.47% -
XYZ 9.12 6.79 1.36 -
YUV 70.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 119 56 17 0 0.53 0.86 0.53 22.94 0.75 0.27
Hex 77 38 11 0 35 56 35 17 4B 1B
Octal 167 70 21 0 65 126 65 27 113 33
Binary 1110111 111000 10001 0 110101 1010110 110101 10111 1001011 11011

Color Harmonies of #773811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773811

Black with #773811

Text Example


Text Example

White with #773811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773811; }

 p { color: rgb(119,56,17); }

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

background-color css

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

 a { background-color: rgb(119,56,17); }

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

border-color css

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

 span { border-color: rgb(119,56,17); }

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