Html Css Color HEX #773A15 Peru Tan

📋 copy color: '#773A15'

red 119 ◦ green 58 ◦ blue 21

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

Shades of Peru Tan #773A15

Tints of Peru Tan #773A15

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.29%

 BLUE value IS 21 (8.59% from 255) = 10.61%

R = 60.1%
G = 29.29%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#773A15 (or 0x773A15) is known color: Peru Tan. HEX triplet: 77, 3A and 15. RGB value is (119,58,21). Sum of RGB (Red+Green+Blue) = 119+58+21=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #773A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A15 is #88C5EA. Grayscale: #484848. Windows color (decimal): -8963563 or 1391223. OLE color: 1391223.

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

Color convert

RGB 119 58 21 -
CMYK 0 0.51 0.82 0.53
HSL 22.65º 0.7% 0.27% -
HSV(B) 22.65º 0.82% 0.47% -
XYZ 9.26 7 1.57 -
YUV 72.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 119 58 21 0 0.51 0.82 0.53 22.65 0.7 0.27
Hex 77 3A 15 0 33 52 35 17 46 1B
Octal 167 72 25 0 63 122 65 27 106 33
Binary 1110111 111010 10101 0 110011 1010010 110101 10111 1000110 11011

Color Harmonies of #773A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A15

Black with #773A15

Text Example


Text Example

White with #773A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,58,21); }

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

background-color css

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

 a { background-color: rgb(119,58,21); }

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

border-color css

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

 span { border-color: rgb(119,58,21); }

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