Html Css Color HEX #773615 Peru Tan

📋 copy color: '#773615'

red 119 ◦ green 54 ◦ blue 21

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

Shades of Peru Tan #773615

Tints of Peru Tan #773615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

 BLUE value IS 21 (8.59% from 255) = 10.82%

R = 61.34%
G = 27.84%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#773615 (or 0x773615) is known color: Peru Tan. HEX triplet: 77, 36 and 15. RGB value is (119,54,21). Sum of RGB (Red+Green+Blue) = 119+54+21=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #773615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773615 is #88C9EA. Grayscale: #454545. Windows color (decimal): -8964587 or 1390199. OLE color: 1390199.

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

Color convert

RGB 119 54 21 -
CMYK 0 0.55 0.82 0.53
HSL 20.2º 0.7% 0.27% -
HSV(B) 20.2º 0.82% 0.47% -
XYZ 9.06 6.61 1.51 -
YUV 69.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 119 54 21 0 0.55 0.82 0.53 20.2 0.7 0.27
Hex 77 36 15 0 37 52 35 14 46 1B
Octal 167 66 25 0 67 122 65 24 106 33
Binary 1110111 110110 10101 0 110111 1010010 110101 10100 1000110 11011

Color Harmonies of #773615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773615

Black with #773615

Text Example


Text Example

White with #773615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773615; }

 p { color: rgb(119,54,21); }

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

background-color css

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

 a { background-color: rgb(119,54,21); }

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

border-color css

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

 span { border-color: rgb(119,54,21); }

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