Html Css Color HEX #753419 Peru Tan

📋 copy color: '#753419'

red 117 ◦ green 52 ◦ blue 25

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

Shades of Peru Tan #753419

Tints of Peru Tan #753419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

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

R = 60.31%
G = 26.8%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#753419 (or 0x753419) is known color: Peru Tan. HEX triplet: 75, 34 and 19. RGB value is (117,52,25). Sum of RGB (Red+Green+Blue) = 117+52+25=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #753419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753419 is #8ACBE6. Grayscale: #444444. Windows color (decimal): -9096167 or 1651829. OLE color: 1651829.

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

Color convert

RGB 117 52 25 -
CMYK 0 0.56 0.79 0.54
HSL 17.61º 0.65% 0.28% -
HSV(B) 17.61º 0.79% 0.46% -
XYZ 8.74 6.31 1.68 -
YUV 68.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 117 52 25 0 0.56 0.79 0.54 17.61 0.65 0.28
Hex 75 34 19 0 38 4F 36 12 41 1C
Octal 165 64 31 0 70 117 66 22 101 34
Binary 1110101 110100 11001 0 111000 1001111 110110 10010 1000001 11100

Color Harmonies of #753419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753419

Black with #753419

Text Example


Text Example

White with #753419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753419; }

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

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

background-color css

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

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

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

border-color css

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

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

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