Html Css Color HEX #773F15 Peru Tan

📋 copy color: '#773F15'

red 119 ◦ green 63 ◦ blue 21

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

Shades of Peru Tan #773F15

Tints of Peru Tan #773F15

RGB

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

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

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

R = 58.62%
G = 31.03%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#773F15 (or 0x773F15) is known color: Peru Tan. HEX triplet: 77, 3F and 15. RGB value is (119,63,21). Sum of RGB (Red+Green+Blue) = 119+63+21=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #773F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F15 is #88C0EA. Grayscale: #4B4B4B. Windows color (decimal): -8962283 or 1392503. OLE color: 1392503.

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

Color convert

RGB 119 63 21 -
CMYK 0 0.47 0.82 0.53
HSL 25.71º 0.7% 0.27% -
HSV(B) 25.71º 0.82% 0.47% -
XYZ 9.52 7.53 1.66 -
YUV 74.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 119 63 21 0 0.47 0.82 0.53 25.71 0.7 0.27
Hex 77 3F 15 0 2F 52 35 1A 46 1B
Octal 167 77 25 0 57 122 65 32 106 33
Binary 1110111 111111 10101 0 101111 1010010 110101 11010 1000110 11011

Color Harmonies of #773F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F15

Black with #773F15

Text Example


Text Example

White with #773F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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