Html Css Color HEX #773413 Peru Tan

📋 copy color: '#773413'

red 119 ◦ green 52 ◦ blue 19

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

Shades of Peru Tan #773413

Tints of Peru Tan #773413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10%

R = 62.63%
G = 27.37%
B = 10%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#773413 (or 0x773413) is known color: Peru Tan. HEX triplet: 77, 34 and 13. RGB value is (119,52,19). Sum of RGB (Red+Green+Blue) = 119+52+19=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #773413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773413 is #88CBEC. Grayscale: #444444. Windows color (decimal): -8965101 or 1258615. OLE color: 1258615.

HSL color Cylindrical-coordinate representation of color #773413: hue angle of 19.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #773413 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 19 -
CMYK 0 0.56 0.84 0.53
HSL 19.8º 0.72% 0.27% -
HSV(B) 19.8º 0.84% 0.47% -
XYZ 8.95 6.42 1.38 -
YUV 68.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 119 52 19 0 0.56 0.84 0.53 19.8 0.72 0.27
Hex 77 34 13 0 38 54 35 14 48 1B
Octal 167 64 23 0 70 124 65 24 110 33
Binary 1110111 110100 10011 0 111000 1010100 110101 10100 1001000 11011

Color Harmonies of #773413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773413

Black with #773413

Text Example


Text Example

White with #773413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773413; }

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

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

background-color css

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

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

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

border-color css

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

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

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