Html Css Color HEX #773B13 Peru Tan

📋 copy color: '#773B13'

red 119 ◦ green 59 ◦ blue 19

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

Shades of Peru Tan #773B13

Tints of Peru Tan #773B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

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

R = 60.41%
G = 29.95%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#773B13 (or 0x773B13) is known color: Peru Tan. HEX triplet: 77, 3B and 13. RGB value is (119,59,19). Sum of RGB (Red+Green+Blue) = 119+59+19=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #773B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773B13 is #88C4EC. Grayscale: #484848. Windows color (decimal): -8963309 or 1260407. OLE color: 1260407.

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

Color convert

RGB 119 59 19 -
CMYK 0 0.50 0.84 0.53
HSL 24º 0.72% 0.27% -
HSV(B) 24º 0.84% 0.47% -
XYZ 9.29 7.1 1.5 -
YUV 72.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 119 59 19 0 0.50 0.84 0.53 24 0.72 0.27
Hex 77 3B 13 0 32 54 35 18 48 1B
Octal 167 73 23 0 62 124 65 30 110 33
Binary 1110111 111011 10011 0 110010 1010100 110101 11000 1001000 11011

Color Harmonies of #773B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B13

Black with #773B13

Text Example


Text Example

White with #773B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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