Html Css Color HEX #773410 Peru Tan

📋 copy color: '#773410'

red 119 ◦ green 52 ◦ blue 16

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

Shades of Peru Tan #773410

Tints of Peru Tan #773410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 63.64%
G = 27.81%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#773410 (or 0x773410) is known color: Peru Tan. HEX triplet: 77, 34 and 10. RGB value is (119,52,16). Sum of RGB (Red+Green+Blue) = 119+52+16=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #773410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773410 is #88CBEF. Grayscale: #444444. Windows color (decimal): -8965104 or 1062007. OLE color: 1062007.

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

Color convert

RGB 119 52 16 -
CMYK 0 0.56 0.87 0.53
HSL 20.97º 0.76% 0.26% -
HSV(B) 20.97º 0.87% 0.47% -
XYZ 8.93 6.42 1.26 -
YUV 67.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 119 52 16 0 0.56 0.87 0.53 20.97 0.76 0.26
Hex 77 34 10 0 38 57 35 15 4C 1A
Octal 167 64 20 0 70 127 65 25 114 32
Binary 1110111 110100 10000 0 111000 1010111 110101 10101 1001100 11010

Color Harmonies of #773410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773410

Black with #773410

Text Example


Text Example

White with #773410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773410; }

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

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

background-color css

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

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

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

border-color css

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

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

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