Html Css Color HEX #773312 Peru Tan

📋 copy color: '#773312'

red 119 ◦ green 51 ◦ blue 18

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

Shades of Peru Tan #773312

Tints of Peru Tan #773312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 63.3%
G = 27.13%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#773312 (or 0x773312) is known color: Peru Tan. HEX triplet: 77, 33 and 12. RGB value is (119,51,18). Sum of RGB (Red+Green+Blue) = 119+51+18=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #773312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773312 is #88CCED. Grayscale: #434343. Windows color (decimal): -8965358 or 1192823. OLE color: 1192823.

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

Color convert

RGB 119 51 18 -
CMYK 0 0.57 0.85 0.53
HSL 19.6º 0.74% 0.27% -
HSV(B) 19.6º 0.85% 0.47% -
XYZ 8.9 6.33 1.33 -
YUV 67.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 119 51 18 0 0.57 0.85 0.53 19.6 0.74 0.27
Hex 77 33 12 0 39 55 35 14 4A 1B
Octal 167 63 22 0 71 125 65 24 112 33
Binary 1110111 110011 10010 0 111001 1010101 110101 10100 1001010 11011

Color Harmonies of #773312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773312

Black with #773312

Text Example


Text Example

White with #773312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773312; }

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

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

background-color css

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

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

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

border-color css

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

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

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