Html Css Color HEX #753002 Peru Tan

📋 copy color: '#753002'

red 117 ◦ green 48 ◦ blue 2

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

Shades of Peru Tan #753002

Tints of Peru Tan #753002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 70.06%
G = 28.74%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#753002 (or 0x753002) is known color: Peru Tan. HEX triplet: 75, 30 and 02. RGB value is (117,48,2). Sum of RGB (Red+Green+Blue) = 117+48+2=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #753002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753002 is #8ACFFD. Grayscale: #3F3F3F. Windows color (decimal): -9097214 or 143477. OLE color: 143477.

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

Color convert

RGB 117 48 2 -
CMYK 0 0.59 0.98 0.54
HSL 24º 0.97% 0.23% -
HSV(B) 24º 0.98% 0.46% -
XYZ 8.4 5.9 0.75 -
YUV 63.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 117 48 2 0 0.59 0.98 0.54 24 0.97 0.23
Hex 75 30 2 0 3B 62 36 18 61 17
Octal 165 60 2 0 73 142 66 30 141 27
Binary 1110101 110000 10 0 111011 1100010 110110 11000 1100001 10111

Color Harmonies of #753002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753002

Black with #753002

Text Example


Text Example

White with #753002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753002; }

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

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

background-color css

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

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

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

border-color css

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

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

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