Html Css Color HEX #753207 Peru Tan

📋 copy color: '#753207'

red 117 ◦ green 50 ◦ blue 7

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

Shades of Peru Tan #753207

Tints of Peru Tan #753207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.02%

R = 67.24%
G = 28.74%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#753207 (or 0x753207) is known color: Peru Tan. HEX triplet: 75, 32 and 07. RGB value is (117,50,7). Sum of RGB (Red+Green+Blue) = 117+50+7=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #753207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753207 is #8ACDF8. Grayscale: #414141. Windows color (decimal): -9096697 or 471669. OLE color: 471669.

HSL color Cylindrical-coordinate representation of color #753207: hue angle of 23.45º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #753207 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 7 -
CMYK 0 0.57 0.94 0.54
HSL 23.45º 0.89% 0.24% -
HSV(B) 23.45º 0.94% 0.46% -
XYZ 8.52 6.08 0.93 -
YUV 65.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 117 50 7 0 0.57 0.94 0.54 23.45 0.89 0.24
Hex 75 32 7 0 39 5E 36 17 59 18
Octal 165 62 7 0 71 136 66 27 131 30
Binary 1110101 110010 111 0 111001 1011110 110110 10111 1011001 11000

Color Harmonies of #753207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753207

Black with #753207

Text Example


Text Example

White with #753207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753207; }

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

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

background-color css

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

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

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

border-color css

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

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

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