Html Css Color HEX #773910 Peru Tan

📋 copy color: '#773910'

red 119 ◦ green 57 ◦ blue 16

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

Shades of Peru Tan #773910

Tints of Peru Tan #773910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.69%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 61.98%
G = 29.69%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#773910 (or 0x773910) is known color: Peru Tan. HEX triplet: 77, 39 and 10. RGB value is (119,57,16). Sum of RGB (Red+Green+Blue) = 119+57+16=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #773910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773910 is #88C6EF. Grayscale: #474747. Windows color (decimal): -8963824 or 1063287. OLE color: 1063287.

HSL color Cylindrical-coordinate representation of color #773910: hue angle of 23.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #773910 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 57 16 -
CMYK 0 0.52 0.87 0.53
HSL 23.88º 0.76% 0.26% -
HSV(B) 23.88º 0.87% 0.47% -
XYZ 9.16 6.89 1.34 -
YUV 70.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 119 57 16 0 0.52 0.87 0.53 23.88 0.76 0.26
Hex 77 39 10 0 34 57 35 18 4C 1A
Octal 167 71 20 0 64 127 65 30 114 32
Binary 1110111 111001 10000 0 110100 1010111 110101 11000 1001100 11010

Color Harmonies of #773910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773910

Black with #773910

Text Example


Text Example

White with #773910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773910; }

 p { color: rgb(119,57,16); }

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

background-color css

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

 a { background-color: rgb(119,57,16); }

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

border-color css

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

 span { border-color: rgb(119,57,16); }

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