Html Css Color HEX #773103 Peru Tan

📋 copy color: '#773103'

red 119 ◦ green 49 ◦ blue 3

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

Shades of Peru Tan #773103

Tints of Peru Tan #773103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

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

R = 69.59%
G = 28.65%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#773103 (or 0x773103) is known color: Peru Tan. HEX triplet: 77, 31 and 03. RGB value is (119,49,3). Sum of RGB (Red+Green+Blue) = 119+49+3=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #773103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773103 is #88CEFC. Grayscale: #404040. Windows color (decimal): -8965885 or 209271. OLE color: 209271.

HSL color Cylindrical-coordinate representation of color #773103: hue angle of 23.79º 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 #773103 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 3 -
CMYK 0 0.59 0.97 0.53
HSL 23.79º 0.95% 0.24% -
HSV(B) 23.79º 0.97% 0.47% -
XYZ 8.72 6.13 0.81 -
YUV 64.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 119 49 3 0 0.59 0.97 0.53 23.79 0.95 0.24
Hex 77 31 3 0 3B 61 35 18 5F 18
Octal 167 61 3 0 73 141 65 30 137 30
Binary 1110111 110001 11 0 111011 1100001 110101 11000 1011111 11000

Color Harmonies of #773103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773103

Black with #773103

Text Example


Text Example

White with #773103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773103; }

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

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

background-color css

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

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

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

border-color css

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

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

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