Html Css Color HEX #753101 Peru Tan

📋 copy color: '#753101'

red 117 ◦ green 49 ◦ blue 1

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

Shades of Peru Tan #753101

Tints of Peru Tan #753101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 70.06%
G = 29.34%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753101 (or 0x753101) is known color: Peru Tan. HEX triplet: 75, 31 and 01. RGB value is (117,49,1). Sum of RGB (Red+Green+Blue) = 117+49+1=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #753101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753101 is #8ACEFE. Grayscale: #404040. Windows color (decimal): -9096959 or 78197. OLE color: 78197.

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

Color convert

RGB 117 49 1 -
CMYK 0 0.58 0.99 0.54
HSL 24.83º 0.98% 0.23% -
HSV(B) 24.83º 0.99% 0.46% -
XYZ 8.44 5.98 0.74 -
YUV 63.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 117 49 1 0 0.58 0.99 0.54 24.83 0.98 0.23
Hex 75 31 1 0 3A 63 36 19 62 17
Octal 165 61 1 0 72 143 66 31 142 27
Binary 1110101 110001 1 0 111010 1100011 110110 11001 1100010 10111

Color Harmonies of #753101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753101

Black with #753101

Text Example


Text Example

White with #753101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753101; }

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

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

background-color css

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

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

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

border-color css

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

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

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