Html Css Color HEX #773404 Peru Tan

📋 copy color: '#773404'

red 119 ◦ green 52 ◦ blue 4

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

Shades of Peru Tan #773404

Tints of Peru Tan #773404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.29%

R = 68%
G = 29.71%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#773404 (or 0x773404) is known color: Peru Tan. HEX triplet: 77, 34 and 04. RGB value is (119,52,4). Sum of RGB (Red+Green+Blue) = 119+52+4=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #773404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773404 is #88CBFB. Grayscale: #424242. Windows color (decimal): -8965116 or 275575. OLE color: 275575.

HSL color Cylindrical-coordinate representation of color #773404: hue angle of 25.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #773404 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 4 -
CMYK 0 0.56 0.97 0.53
HSL 25.04º 0.93% 0.24% -
HSV(B) 25.04º 0.97% 0.47% -
XYZ 8.86 6.39 0.88 -
YUV 66.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 119 52 4 0 0.56 0.97 0.53 25.04 0.93 0.24
Hex 77 34 4 0 38 61 35 19 5D 18
Octal 167 64 4 0 70 141 65 31 135 30
Binary 1110111 110100 100 0 111000 1100001 110101 11001 1011101 11000

Color Harmonies of #773404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773404

Black with #773404

Text Example


Text Example

White with #773404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773404; }

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

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

background-color css

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

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

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

border-color css

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

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

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