Html Css Color HEX #773012 Peru Tan

📋 copy color: '#773012'

red 119 ◦ green 48 ◦ blue 18

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

Shades of Peru Tan #773012

Tints of Peru Tan #773012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

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

R = 64.32%
G = 25.95%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#773012 (or 0x773012) is known color: Peru Tan. HEX triplet: 77, 30 and 12. RGB value is (119,48,18). Sum of RGB (Red+Green+Blue) = 119+48+18=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #773012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773012 is #88CFED. Grayscale: #424242. Windows color (decimal): -8966126 or 1192055. OLE color: 1192055.

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

Color convert

RGB 119 48 18 -
CMYK 0 0.60 0.85 0.53
HSL 17.82º 0.74% 0.27% -
HSV(B) 17.82º 0.85% 0.47% -
XYZ 8.77 6.08 1.28 -
YUV 65.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 119 48 18 0 0.60 0.85 0.53 17.82 0.74 0.27
Hex 77 30 12 0 3C 55 35 12 4A 1B
Octal 167 60 22 0 74 125 65 22 112 33
Binary 1110111 110000 10010 0 111100 1010101 110101 10010 1001010 11011

Color Harmonies of #773012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773012

Black with #773012

Text Example


Text Example

White with #773012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773012; }

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

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

background-color css

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

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

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

border-color css

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

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

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