Html Css Color HEX #773F24 Peru Tan

📋 copy color: '#773F24'

red 119 ◦ green 63 ◦ blue 36

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

Shades of Peru Tan #773F24

Tints of Peru Tan #773F24

RGB

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

 GREEN value IS 63 (25% from 255) = 28.9%

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 54.59%
G = 28.9%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#773F24 (or 0x773F24) is known color: Peru Tan. HEX triplet: 77, 3F and 24. RGB value is (119,63,36). Sum of RGB (Red+Green+Blue) = 119+63+36=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #773F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F24 is #88C0DB. Grayscale: #4C4C4C. Windows color (decimal): -8962268 or 2375543. OLE color: 2375543.

HSL color Cylindrical-coordinate representation of color #773F24: hue angle of 19.52º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773F24 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 36 -
CMYK 0 0.47 0.70 0.53
HSL 19.52º 0.54% 0.3% -
HSV(B) 19.52º 0.7% 0.47% -
XYZ 9.7 7.6 2.63 -
YUV 76.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 119 63 36 0 0.47 0.70 0.53 19.52 0.54 0.3
Hex 77 3F 24 0 2F 46 35 14 36 1E
Octal 167 77 44 0 57 106 65 24 66 36
Binary 1110111 111111 100100 0 101111 1000110 110101 10100 110110 11110

Color Harmonies of #773F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F24

Black with #773F24

Text Example


Text Example

White with #773F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,63,36); }

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

background-color css

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

 a { background-color: rgb(119,63,36); }

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

border-color css

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

 span { border-color: rgb(119,63,36); }

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