Html Css Color HEX #753104 Peru Tan

📋 copy color: '#753104'

red 117 ◦ green 49 ◦ blue 4

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

Shades of Peru Tan #753104

Tints of Peru Tan #753104

RGB

 RED value IS 117 (46.09% from 255) = 68.82%

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

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

R = 68.82%
G = 28.82%
B = 2.35%

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

#753104 (or 0x753104) is known color: Peru Tan. HEX triplet: 75, 31 and 04. RGB value is (117,49,4). Sum of RGB (Red+Green+Blue) = 117+49+4=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #753104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753104 is #8ACEFB. Grayscale: #404040. Windows color (decimal): -9096956 or 274805. OLE color: 274805.

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

Color convert

RGB 117 49 4 -
CMYK 0 0.58 0.97 0.54
HSL 23.89º 0.93% 0.24% -
HSV(B) 23.89º 0.97% 0.46% -
XYZ 8.46 5.99 0.82 -
YUV 64.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 117 49 4 0 0.58 0.97 0.54 23.89 0.93 0.24
Hex 75 31 4 0 3A 61 36 18 5D 18
Octal 165 61 4 0 72 141 66 30 135 30
Binary 1110101 110001 100 0 111010 1100001 110110 11000 1011101 11000

Color Harmonies of #753104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753104

Black with #753104

Text Example


Text Example

White with #753104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753104; }

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

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

background-color css

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

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

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

border-color css

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

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

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