Html Css Color HEX #763104 Peru Tan

📋 copy color: '#763104'

red 118 ◦ green 49 ◦ blue 4

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

Shades of Peru Tan #763104

Tints of Peru Tan #763104

RGB

 RED value IS 118 (46.48% from 255) = 69.01%

 GREEN value IS 49 (19.53% from 255) = 28.65%

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

R = 69.01%
G = 28.65%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#763104 (or 0x763104) is known color: Peru Tan. HEX triplet: 76, 31 and 04. RGB value is (118,49,4). Sum of RGB (Red+Green+Blue) = 118+49+4=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #763104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763104 is #89CEFB. Grayscale: #404040. Windows color (decimal): -9031420 or 274806. OLE color: 274806.

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

Color convert

RGB 118 49 4 -
CMYK 0 0.58 0.97 0.54
HSL 23.68º 0.93% 0.24% -
HSV(B) 23.68º 0.97% 0.46% -
XYZ 8.59 6.06 0.83 -
YUV 64.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 118 49 4 0 0.58 0.97 0.54 23.68 0.93 0.24
Hex 76 31 4 0 3A 61 36 18 5D 18
Octal 166 61 4 0 72 141 66 30 135 30
Binary 1110110 110001 100 0 111010 1100001 110110 11000 1011101 11000

Color Harmonies of #763104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763104

Black with #763104

Text Example


Text Example

White with #763104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763104; }

 p { color: rgb(118,49,4); }

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

background-color css

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

 a { background-color: rgb(118,49,4); }

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

border-color css

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

 span { border-color: rgb(118,49,4); }

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