Html Css Color HEX #773C11 Peru Tan

📋 copy color: '#773C11'

red 119 ◦ green 60 ◦ blue 17

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

Shades of Peru Tan #773C11

Tints of Peru Tan #773C11

RGB

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

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

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

R = 60.71%
G = 30.61%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#773C11 (or 0x773C11) is known color: Peru Tan. HEX triplet: 77, 3C and 11. RGB value is (119,60,17). Sum of RGB (Red+Green+Blue) = 119+60+17=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #773C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C11 is #88C3EE. Grayscale: #484848. Windows color (decimal): -8963055 or 1129591. OLE color: 1129591.

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

Color convert

RGB 119 60 17 -
CMYK 0 0.50 0.86 0.53
HSL 25.29º 0.75% 0.27% -
HSV(B) 25.29º 0.86% 0.47% -
XYZ 9.32 7.19 1.43 -
YUV 72.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 119 60 17 0 0.50 0.86 0.53 25.29 0.75 0.27
Hex 77 3C 11 0 32 56 35 19 4B 1B
Octal 167 74 21 0 62 126 65 31 113 33
Binary 1110111 111100 10001 0 110010 1010110 110101 11001 1001011 11011

Color Harmonies of #773C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C11

Black with #773C11

Text Example


Text Example

White with #773C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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