Html Css Color HEX #773305 Peru Tan

📋 copy color: '#773305'

red 119 ◦ green 51 ◦ blue 5

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

Shades of Peru Tan #773305

Tints of Peru Tan #773305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 68%
G = 29.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#773305 (or 0x773305) is known color: Peru Tan. HEX triplet: 77, 33 and 05. RGB value is (119,51,5). Sum of RGB (Red+Green+Blue) = 119+51+5=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #773305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773305 is #88CCFA. Grayscale: #424242. Windows color (decimal): -8965371 or 340855. OLE color: 340855.

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

Color convert

RGB 119 51 5 -
CMYK 0 0.57 0.96 0.53
HSL 24.21º 0.92% 0.24% -
HSV(B) 24.21º 0.96% 0.47% -
XYZ 8.82 6.3 0.89 -
YUV 66.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 119 51 5 0 0.57 0.96 0.53 24.21 0.92 0.24
Hex 77 33 5 0 39 60 35 18 5C 18
Octal 167 63 5 0 71 140 65 30 134 30
Binary 1110111 110011 101 0 111001 1100000 110101 11000 1011100 11000

Color Harmonies of #773305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773305

Black with #773305

Text Example


Text Example

White with #773305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773305; }

 p { color: rgb(119,51,5); }

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

background-color css

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

 a { background-color: rgb(119,51,5); }

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

border-color css

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

 span { border-color: rgb(119,51,5); }

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