Html Css Color HEX #773C23 Peru Tan

📋 copy color: '#773C23'

red 119 ◦ green 60 ◦ blue 35

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

Shades of Peru Tan #773C23

Tints of Peru Tan #773C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 55.61%
G = 28.04%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#773C23 (or 0x773C23) is known color: Peru Tan. HEX triplet: 77, 3C and 23. RGB value is (119,60,35). Sum of RGB (Red+Green+Blue) = 119+60+35=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #773C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C23 is #88C3DC. Grayscale: #4A4A4A. Windows color (decimal): -8963037 or 2309239. OLE color: 2309239.

HSL color Cylindrical-coordinate representation of color #773C23: hue angle of 17.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773C23 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 35 -
CMYK 0 0.50 0.71 0.53
HSL 17.86º 0.55% 0.3% -
HSV(B) 17.86º 0.71% 0.47% -
XYZ 9.53 7.28 2.49 -
YUV 74.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 119 60 35 0 0.50 0.71 0.53 17.86 0.55 0.3
Hex 77 3C 23 0 32 47 35 12 37 1E
Octal 167 74 43 0 62 107 65 22 67 36
Binary 1110111 111100 100011 0 110010 1000111 110101 10010 110111 11110

Color Harmonies of #773C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C23

Black with #773C23

Text Example


Text Example

White with #773C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,60,35); }

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

background-color css

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

 a { background-color: rgb(119,60,35); }

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

border-color css

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

 span { border-color: rgb(119,60,35); }

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