Html Css Color HEX #773815 Peru Tan

📋 copy color: '#773815'

red 119 ◦ green 56 ◦ blue 21

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

Shades of Peru Tan #773815

Tints of Peru Tan #773815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.57%

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

R = 60.71%
G = 28.57%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#773815 (or 0x773815) is known color: Peru Tan. HEX triplet: 77, 38 and 15. RGB value is (119,56,21). Sum of RGB (Red+Green+Blue) = 119+56+21=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #773815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773815 is #88C7EA. Grayscale: #474747. Windows color (decimal): -8964075 or 1390711. OLE color: 1390711.

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

Color convert

RGB 119 56 21 -
CMYK 0 0.53 0.82 0.53
HSL 21.43º 0.7% 0.27% -
HSV(B) 21.43º 0.82% 0.47% -
XYZ 9.16 6.8 1.54 -
YUV 70.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 119 56 21 0 0.53 0.82 0.53 21.43 0.7 0.27
Hex 77 38 15 0 35 52 35 15 46 1B
Octal 167 70 25 0 65 122 65 25 106 33
Binary 1110111 111000 10101 0 110101 1010010 110101 10101 1000110 11011

Color Harmonies of #773815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773815

Black with #773815

Text Example


Text Example

White with #773815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773815; }

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

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

background-color css

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

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

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

border-color css

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

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

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