Html Css Color HEX #754119 Peru Tan

📋 copy color: '#754119'

red 117 ◦ green 65 ◦ blue 25

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

Shades of Peru Tan #754119

Tints of Peru Tan #754119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

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

R = 56.52%
G = 31.4%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#754119 (or 0x754119) is known color: Peru Tan. HEX triplet: 75, 41 and 19. RGB value is (117,65,25). Sum of RGB (Red+Green+Blue) = 117+65+25=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #754119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754119 is #8ABEE6. Grayscale: #4C4C4C. Windows color (decimal): -9092839 or 1655157. OLE color: 1655157.

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

Color convert

RGB 117 65 25 -
CMYK 0 0.44 0.79 0.54
HSL 26.09º 0.65% 0.28% -
HSV(B) 26.09º 0.79% 0.46% -
XYZ 9.4 7.63 1.9 -
YUV 75.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 117 65 25 0 0.44 0.79 0.54 26.09 0.65 0.28
Hex 75 41 19 0 2C 4F 36 1A 41 1C
Octal 165 101 31 0 54 117 66 32 101 34
Binary 1110101 1000001 11001 0 101100 1001111 110110 11010 1000001 11100

Color Harmonies of #754119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754119

Black with #754119

Text Example


Text Example

White with #754119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754119; }

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

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

background-color css

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

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

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

border-color css

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

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

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