Html Css Color HEX #773A11 Peru Tan

📋 copy color: '#773A11'

red 119 ◦ green 58 ◦ blue 17

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

Shades of Peru Tan #773A11

Tints of Peru Tan #773A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.9%

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

R = 61.34%
G = 29.9%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#773A11 (or 0x773A11) is known color: Peru Tan. HEX triplet: 77, 3A and 11. RGB value is (119,58,17). Sum of RGB (Red+Green+Blue) = 119+58+17=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #773A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A11 is #88C5EE. Grayscale: #474747. Windows color (decimal): -8963567 or 1129079. OLE color: 1129079.

HSL color Cylindrical-coordinate representation of color #773A11: hue angle of 24.12º 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 #773A11 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 58 17 -
CMYK 0 0.51 0.86 0.53
HSL 24.12º 0.75% 0.27% -
HSV(B) 24.12º 0.86% 0.47% -
XYZ 9.22 6.99 1.39 -
YUV 71.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 119 58 17 0 0.51 0.86 0.53 24.12 0.75 0.27
Hex 77 3A 11 0 33 56 35 18 4B 1B
Octal 167 72 21 0 63 126 65 30 113 33
Binary 1110111 111010 10001 0 110011 1010110 110101 11000 1001011 11011

Color Harmonies of #773A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A11

Black with #773A11

Text Example


Text Example

White with #773A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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