Html Css Color HEX #773717 Peru Tan

📋 copy color: '#773717'

red 119 ◦ green 55 ◦ blue 23

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

Shades of Peru Tan #773717

Tints of Peru Tan #773717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 23 (9.38% from 255) = 11.68%

R = 60.41%
G = 27.92%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#773717 (or 0x773717) is known color: Peru Tan. HEX triplet: 77, 37 and 17. RGB value is (119,55,23). Sum of RGB (Red+Green+Blue) = 119+55+23=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #773717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773717 is #88C8E8. Grayscale: #464646. Windows color (decimal): -8964329 or 1521527. OLE color: 1521527.

HSL color Cylindrical-coordinate representation of color #773717: hue angle of 20º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #773717 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 23 -
CMYK 0 0.54 0.81 0.53
HSL 20º 0.68% 0.28% -
HSV(B) 20º 0.81% 0.47% -
XYZ 9.13 6.72 1.63 -
YUV 70.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 119 55 23 0 0.54 0.81 0.53 20 0.68 0.28
Hex 77 37 17 0 36 51 35 14 44 1C
Octal 167 67 27 0 66 121 65 24 104 34
Binary 1110111 110111 10111 0 110110 1010001 110101 10100 1000100 11100

Color Harmonies of #773717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773717

Black with #773717

Text Example


Text Example

White with #773717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773717; }

 p { color: rgb(119,55,23); }

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

background-color css

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

 a { background-color: rgb(119,55,23); }

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

border-color css

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

 span { border-color: rgb(119,55,23); }

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