Html Css Color HEX #773C16 Peru Tan

📋 copy color: '#773C16'

red 119 ◦ green 60 ◦ blue 22

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

Shades of Peru Tan #773C16

Tints of Peru Tan #773C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.85%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 59.2%
G = 29.85%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#773C16 (or 0x773C16) is known color: Peru Tan. HEX triplet: 77, 3C and 16. RGB value is (119,60,22). Sum of RGB (Red+Green+Blue) = 119+60+22=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #773C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C16 is #88C3E9. Grayscale: #494949. Windows color (decimal): -8963050 or 1457271. OLE color: 1457271.

HSL color Cylindrical-coordinate representation of color #773C16: hue angle of 23.51º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #773C16 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 22 -
CMYK 0 0.50 0.82 0.53
HSL 23.51º 0.69% 0.28% -
HSV(B) 23.51º 0.82% 0.47% -
XYZ 9.37 7.21 1.66 -
YUV 73.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 119 60 22 0 0.50 0.82 0.53 23.51 0.69 0.28
Hex 77 3C 16 0 32 52 35 18 45 1C
Octal 167 74 26 0 62 122 65 30 105 34
Binary 1110111 111100 10110 0 110010 1010010 110101 11000 1000101 11100

Color Harmonies of #773C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C16

Black with #773C16

Text Example


Text Example

White with #773C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,60,22); }

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

background-color css

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

 a { background-color: rgb(119,60,22); }

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

border-color css

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

 span { border-color: rgb(119,60,22); }

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