Html Css Color HEX #753001 Peru Tan

📋 copy color: '#753001'

red 117 ◦ green 48 ◦ blue 1

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

Shades of Peru Tan #753001

Tints of Peru Tan #753001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

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

R = 70.48%
G = 28.92%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753001 (or 0x753001) is known color: Peru Tan. HEX triplet: 75, 30 and 01. RGB value is (117,48,1). Sum of RGB (Red+Green+Blue) = 117+48+1=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #753001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753001 is #8ACFFE. Grayscale: #3F3F3F. Windows color (decimal): -9097215 or 77941. OLE color: 77941.

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

Color convert

RGB 117 48 1 -
CMYK 0 0.59 0.99 0.54
HSL 24.31º 0.98% 0.23% -
HSV(B) 24.31º 0.99% 0.46% -
XYZ 8.4 5.9 0.72 -
YUV 63.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 117 48 1 0 0.59 0.99 0.54 24.31 0.98 0.23
Hex 75 30 1 0 3B 63 36 18 62 17
Octal 165 60 1 0 73 143 66 30 142 27
Binary 1110101 110000 1 0 111011 1100011 110110 11000 1100010 10111

Color Harmonies of #753001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753001

Black with #753001

Text Example


Text Example

White with #753001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753001; }

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

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

background-color css

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

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

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

border-color css

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

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

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