Html Css Color HEX #773218 Peru Tan

📋 copy color: '#773218'

red 119 ◦ green 50 ◦ blue 24

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

Shades of Peru Tan #773218

Tints of Peru Tan #773218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 61.66%
G = 25.91%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#773218 (or 0x773218) is known color: Peru Tan. HEX triplet: 77, 32 and 18. RGB value is (119,50,24). Sum of RGB (Red+Green+Blue) = 119+50+24=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #773218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773218 is #88CDE7. Grayscale: #434343. Windows color (decimal): -8965608 or 1585783. OLE color: 1585783.

HSL color Cylindrical-coordinate representation of color #773218: hue angle of 16.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #773218 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 24 -
CMYK 0 0.58 0.80 0.53
HSL 16.42º 0.66% 0.28% -
HSV(B) 16.42º 0.8% 0.47% -
XYZ 8.91 6.27 1.6 -
YUV 67.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 119 50 24 0 0.58 0.80 0.53 16.42 0.66 0.28
Hex 77 32 18 0 3A 50 35 10 42 1C
Octal 167 62 30 0 72 120 65 20 102 34
Binary 1110111 110010 11000 0 111010 1010000 110101 10000 1000010 11100

Color Harmonies of #773218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773218

Black with #773218

Text Example


Text Example

White with #773218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773218; }

 p { color: rgb(119,50,24); }

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

background-color css

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

 a { background-color: rgb(119,50,24); }

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

border-color css

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

 span { border-color: rgb(119,50,24); }

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