Html Css Color HEX #753219 Peru Tan

📋 copy color: '#753219'

red 117 ◦ green 50 ◦ blue 25

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

Shades of Peru Tan #753219

Tints of Peru Tan #753219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 60.94%
G = 26.04%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#753219 (or 0x753219) is known color: Peru Tan. HEX triplet: 75, 32 and 19. RGB value is (117,50,25). Sum of RGB (Red+Green+Blue) = 117+50+25=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #753219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753219 is #8ACDE6. Grayscale: #434343. Windows color (decimal): -9096679 or 1651317. OLE color: 1651317.

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

Color convert

RGB 117 50 25 -
CMYK 0 0.57 0.79 0.54
HSL 16.3º 0.65% 0.28% -
HSV(B) 16.3º 0.79% 0.46% -
XYZ 8.65 6.13 1.65 -
YUV 67.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 117 50 25 0 0.57 0.79 0.54 16.3 0.65 0.28
Hex 75 32 19 0 39 4F 36 10 41 1C
Octal 165 62 31 0 71 117 66 20 101 34
Binary 1110101 110010 11001 0 111001 1001111 110110 10000 1000001 11100

Color Harmonies of #753219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753219

Black with #753219

Text Example


Text Example

White with #753219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753219; }

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

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

background-color css

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

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

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

border-color css

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

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

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