Html Css Color HEX #773203 Peru Tan

📋 copy color: '#773203'

red 119 ◦ green 50 ◦ blue 3

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

Shades of Peru Tan #773203

Tints of Peru Tan #773203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.74%

R = 69.19%
G = 29.07%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#773203 (or 0x773203) is known color: Peru Tan. HEX triplet: 77, 32 and 03. RGB value is (119,50,3). Sum of RGB (Red+Green+Blue) = 119+50+3=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #773203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773203 is #88CDFC. Grayscale: #414141. Windows color (decimal): -8965629 or 209527. OLE color: 209527.

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

Color convert

RGB 119 50 3 -
CMYK 0 0.58 0.97 0.53
HSL 24.31º 0.95% 0.24% -
HSV(B) 24.31º 0.97% 0.47% -
XYZ 8.76 6.21 0.82 -
YUV 65.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 119 50 3 0 0.58 0.97 0.53 24.31 0.95 0.24
Hex 77 32 3 0 3A 61 35 18 5F 18
Octal 167 62 3 0 72 141 65 30 137 30
Binary 1110111 110010 11 0 111010 1100001 110101 11000 1011111 11000

Color Harmonies of #773203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773203

Black with #773203

Text Example


Text Example

White with #773203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773203; }

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

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

background-color css

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

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

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

border-color css

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

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

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