Html Css Color HEX #773618 Peru Tan

📋 copy color: '#773618'

red 119 ◦ green 54 ◦ blue 24

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

Shades of Peru Tan #773618

Tints of Peru Tan #773618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 60.41%
G = 27.41%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#773618 (or 0x773618) is known color: Peru Tan. HEX triplet: 77, 36 and 18. RGB value is (119,54,24). Sum of RGB (Red+Green+Blue) = 119+54+24=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #773618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773618 is #88C9E7. Grayscale: #464646. Windows color (decimal): -8964584 or 1586807. OLE color: 1586807.

HSL color Cylindrical-coordinate representation of color #773618: hue angle of 18.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #773618 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 54 24 -
CMYK 0 0.55 0.80 0.53
HSL 18.95º 0.66% 0.28% -
HSV(B) 18.95º 0.8% 0.47% -
XYZ 9.09 6.63 1.66 -
YUV 70.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 119 54 24 0 0.55 0.80 0.53 18.95 0.66 0.28
Hex 77 36 18 0 37 50 35 13 42 1C
Octal 167 66 30 0 67 120 65 23 102 34
Binary 1110111 110110 11000 0 110111 1010000 110101 10011 1000010 11100

Color Harmonies of #773618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773618

Black with #773618

Text Example


Text Example

White with #773618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773618; }

 p { color: rgb(119,54,24); }

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

background-color css

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

 a { background-color: rgb(119,54,24); }

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

border-color css

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

 span { border-color: rgb(119,54,24); }

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