Html Css Color HEX #773517 Peru Tan

📋 copy color: '#773517'

red 119 ◦ green 53 ◦ blue 23

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

Shades of Peru Tan #773517

Tints of Peru Tan #773517

RGB

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

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

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

R = 61.03%
G = 27.18%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#773517 (or 0x773517) is known color: Peru Tan. HEX triplet: 77, 35 and 17. RGB value is (119,53,23). Sum of RGB (Red+Green+Blue) = 119+53+23=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #773517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773517 is #88CAE8. Grayscale: #454545. Windows color (decimal): -8964841 or 1521015. OLE color: 1521015.

HSL color Cylindrical-coordinate representation of color #773517: hue angle of 18.75º 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 #773517 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 23 -
CMYK 0 0.55 0.81 0.53
HSL 18.75º 0.68% 0.28% -
HSV(B) 18.75º 0.81% 0.47% -
XYZ 9.04 6.53 1.59 -
YUV 69.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 119 53 23 0 0.55 0.81 0.53 18.75 0.68 0.28
Hex 77 35 17 0 37 51 35 13 44 1C
Octal 167 65 27 0 67 121 65 23 104 34
Binary 1110111 110101 10111 0 110111 1010001 110101 10011 1000100 11100

Color Harmonies of #773517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773517

Black with #773517

Text Example


Text Example

White with #773517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773517; }

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

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

background-color css

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

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

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

border-color css

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

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

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