Html Css Color HEX #773812 Peru Tan

📋 copy color: '#773812'

red 119 ◦ green 56 ◦ blue 18

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

Shades of Peru Tan #773812

Tints of Peru Tan #773812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

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

R = 61.66%
G = 29.02%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#773812 (or 0x773812) is known color: Peru Tan. HEX triplet: 77, 38 and 12. RGB value is (119,56,18). Sum of RGB (Red+Green+Blue) = 119+56+18=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #773812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773812 is #88C7ED. Grayscale: #464646. Windows color (decimal): -8964078 or 1194103. OLE color: 1194103.

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

Color convert

RGB 119 56 18 -
CMYK 0 0.53 0.85 0.53
HSL 22.57º 0.74% 0.27% -
HSV(B) 22.57º 0.85% 0.47% -
XYZ 9.13 6.79 1.4 -
YUV 70.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 119 56 18 0 0.53 0.85 0.53 22.57 0.74 0.27
Hex 77 38 12 0 35 55 35 17 4A 1B
Octal 167 70 22 0 65 125 65 27 112 33
Binary 1110111 111000 10010 0 110101 1010101 110101 10111 1001010 11011

Color Harmonies of #773812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773812

Black with #773812

Text Example


Text Example

White with #773812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773812; }

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

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

background-color css

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

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

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

border-color css

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

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

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