Html Css Color HEX #773201 Peru Tan

📋 copy color: '#773201'

red 119 ◦ green 50 ◦ blue 1

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

Shades of Peru Tan #773201

Tints of Peru Tan #773201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 70%
G = 29.41%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#773201 (or 0x773201) is known color: Peru Tan. HEX triplet: 77, 32 and 01. RGB value is (119,50,1). Sum of RGB (Red+Green+Blue) = 119+50+1=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #773201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773201 is #88CDFE. Grayscale: #414141. Windows color (decimal): -8965631 or 78455. OLE color: 78455.

HSL color Cylindrical-coordinate representation of color #773201: hue angle of 24.92º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #773201 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 1 -
CMYK 0 0.58 0.99 0.53
HSL 24.92º 0.98% 0.24% -
HSV(B) 24.92º 0.99% 0.47% -
XYZ 8.75 6.21 0.77 -
YUV 65.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 119 50 1 0 0.58 0.99 0.53 24.92 0.98 0.24
Hex 77 32 1 0 3A 63 35 19 62 18
Octal 167 62 1 0 72 143 65 31 142 30
Binary 1110111 110010 1 0 111010 1100011 110101 11001 1100010 11000

Color Harmonies of #773201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773201

Black with #773201

Text Example


Text Example

White with #773201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773201; }

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

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

background-color css

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

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

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

border-color css

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

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

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