Html Css Color HEX #773F18 Peru Tan

📋 copy color: '#773F18'

red 119 ◦ green 63 ◦ blue 24

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

Shades of Peru Tan #773F18

Tints of Peru Tan #773F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 57.77%
G = 30.58%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#773F18 (or 0x773F18) is known color: Peru Tan. HEX triplet: 77, 3F and 18. RGB value is (119,63,24). Sum of RGB (Red+Green+Blue) = 119+63+24=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #773F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F18 is #88C0E7. Grayscale: #4B4B4B. Windows color (decimal): -8962280 or 1589111. OLE color: 1589111.

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

Color convert

RGB 119 63 24 -
CMYK 0 0.47 0.80 0.53
HSL 24.63º 0.66% 0.28% -
HSV(B) 24.63º 0.8% 0.47% -
XYZ 9.55 7.54 1.82 -
YUV 75.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 119 63 24 0 0.47 0.80 0.53 24.63 0.66 0.28
Hex 77 3F 18 0 2F 50 35 19 42 1C
Octal 167 77 30 0 57 120 65 31 102 34
Binary 1110111 111111 11000 0 101111 1010000 110101 11001 1000010 11100

Color Harmonies of #773F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F18

Black with #773F18

Text Example


Text Example

White with #773F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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