Html Css Color HEX #773418 Peru Tan

📋 copy color: '#773418'

red 119 ◦ green 52 ◦ blue 24

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

Shades of Peru Tan #773418

Tints of Peru Tan #773418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

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

R = 61.03%
G = 26.67%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#773418 (or 0x773418) is known color: Peru Tan. HEX triplet: 77, 34 and 18. RGB value is (119,52,24). Sum of RGB (Red+Green+Blue) = 119+52+24=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #773418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773418 is #88CBE7. Grayscale: #454545. Windows color (decimal): -8965096 or 1586295. OLE color: 1586295.

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

Color convert

RGB 119 52 24 -
CMYK 0 0.56 0.80 0.53
HSL 17.68º 0.66% 0.28% -
HSV(B) 17.68º 0.8% 0.47% -
XYZ 9 6.44 1.63 -
YUV 68.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 119 52 24 0 0.56 0.80 0.53 17.68 0.66 0.28
Hex 77 34 18 0 38 50 35 12 42 1C
Octal 167 64 30 0 70 120 65 22 102 34
Binary 1110111 110100 11000 0 111000 1010000 110101 10010 1000010 11100

Color Harmonies of #773418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773418

Black with #773418

Text Example


Text Example

White with #773418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773418; }

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

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

background-color css

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

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

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

border-color css

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

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

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