Html Css Color HEX #753202 Peru Tan

📋 copy color: '#753202'

red 117 ◦ green 50 ◦ blue 2

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

Shades of Peru Tan #753202

Tints of Peru Tan #753202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

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

R = 69.23%
G = 29.59%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#753202 (or 0x753202) is known color: Peru Tan. HEX triplet: 75, 32 and 02. RGB value is (117,50,2). Sum of RGB (Red+Green+Blue) = 117+50+2=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #753202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753202 is #8ACDFD. Grayscale: #404040. Windows color (decimal): -9096702 or 143989. OLE color: 143989.

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

Color convert

RGB 117 50 2 -
CMYK 0 0.57 0.98 0.54
HSL 25.04º 0.97% 0.23% -
HSV(B) 25.04º 0.98% 0.46% -
XYZ 8.49 6.07 0.78 -
YUV 64.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 117 50 2 0 0.57 0.98 0.54 25.04 0.97 0.23
Hex 75 32 2 0 39 62 36 19 61 17
Octal 165 62 2 0 71 142 66 31 141 27
Binary 1110101 110010 10 0 111001 1100010 110110 11001 1100001 10111

Color Harmonies of #753202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753202

Black with #753202

Text Example


Text Example

White with #753202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753202; }

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

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

background-color css

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

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

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

border-color css

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

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

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