Html Css Color HEX #773304 Peru Tan

📋 copy color: '#773304'

red 119 ◦ green 51 ◦ blue 4

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

Shades of Peru Tan #773304

Tints of Peru Tan #773304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 68.39%
G = 29.31%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#773304 (or 0x773304) is known color: Peru Tan. HEX triplet: 77, 33 and 04. RGB value is (119,51,4). Sum of RGB (Red+Green+Blue) = 119+51+4=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #773304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773304 is #88CCFB. Grayscale: #424242. Windows color (decimal): -8965372 or 275319. OLE color: 275319.

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

Color convert

RGB 119 51 4 -
CMYK 0 0.57 0.97 0.53
HSL 24.52º 0.93% 0.24% -
HSV(B) 24.52º 0.97% 0.47% -
XYZ 8.81 6.3 0.87 -
YUV 65.97 93.03 165.82 -
System Red Green Blue C M Y K H S L
Decimal 119 51 4 0 0.57 0.97 0.53 24.52 0.93 0.24
Hex 77 33 4 0 39 61 35 19 5D 18
Octal 167 63 4 0 71 141 65 31 135 30
Binary 1110111 110011 100 0 111001 1100001 110101 11001 1011101 11000

Color Harmonies of #773304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773304

Black with #773304

Text Example


Text Example

White with #773304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773304; }

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

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

background-color css

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

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

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

border-color css

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

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

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