Html Css Color HEX #773921 Peru Tan

📋 copy color: '#773921'

red 119 ◦ green 57 ◦ blue 33

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

Shades of Peru Tan #773921

Tints of Peru Tan #773921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 33 (13.28% from 255) = 15.79%

R = 56.94%
G = 27.27%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#773921 (or 0x773921) is known color: Peru Tan. HEX triplet: 77, 39 and 21. RGB value is (119,57,33). Sum of RGB (Red+Green+Blue) = 119+57+33=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #773921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773921 is #88C6DE. Grayscale: #484848. Windows color (decimal): -8963807 or 2177399. OLE color: 2177399.

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

Color convert

RGB 119 57 33 -
CMYK 0 0.52 0.72 0.53
HSL 16.74º 0.57% 0.3% -
HSV(B) 16.74º 0.72% 0.47% -
XYZ 9.35 6.96 2.29 -
YUV 72.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 119 57 33 0 0.52 0.72 0.53 16.74 0.57 0.3
Hex 77 39 21 0 34 48 35 11 39 1E
Octal 167 71 41 0 64 110 65 21 71 36
Binary 1110111 111001 100001 0 110100 1001000 110101 10001 111001 11110

Color Harmonies of #773921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773921

Black with #773921

Text Example


Text Example

White with #773921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773921; }

 p { color: rgb(119,57,33); }

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

background-color css

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

 a { background-color: rgb(119,57,33); }

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

border-color css

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

 span { border-color: rgb(119,57,33); }

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