Html Css Color HEX #773313 Peru Tan

📋 copy color: '#773313'

red 119 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #773313

Tints of Peru Tan #773313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

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

R = 62.96%
G = 26.98%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#773313 (or 0x773313) is known color: Peru Tan. HEX triplet: 77, 33 and 13. RGB value is (119,51,19). Sum of RGB (Red+Green+Blue) = 119+51+19=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773313 is #88CCEC. Grayscale: #434343. Windows color (decimal): -8965357 or 1258359. OLE color: 1258359.

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

Color convert

RGB 119 51 19 -
CMYK 0 0.57 0.84 0.53
HSL 19.2º 0.72% 0.27% -
HSV(B) 19.2º 0.84% 0.47% -
XYZ 8.91 6.34 1.37 -
YUV 67.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 119 51 19 0 0.57 0.84 0.53 19.2 0.72 0.27
Hex 77 33 13 0 39 54 35 13 48 1B
Octal 167 63 23 0 71 124 65 23 110 33
Binary 1110111 110011 10011 0 111001 1010100 110101 10011 1001000 11011

Color Harmonies of #773313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773313

Black with #773313

Text Example


Text Example

White with #773313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773313; }

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

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

background-color css

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

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

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

border-color css

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

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

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