Html Css Color HEX #754025 Peru Tan

📋 copy color: '#754025'

red 117 ◦ green 64 ◦ blue 37

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

Shades of Peru Tan #754025

Tints of Peru Tan #754025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

 BLUE value IS 37 (14.84% from 255) = 16.97%

R = 53.67%
G = 29.36%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#754025 (or 0x754025) is known color: Peru Tan. HEX triplet: 75, 40 and 25. RGB value is (117,64,37). Sum of RGB (Red+Green+Blue) = 117+64+37=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754025 is #8ABFDA. Grayscale: #4C4C4C. Windows color (decimal): -9093083 or 2441333. OLE color: 2441333.

HSL color Cylindrical-coordinate representation of color #754025: hue angle of 20.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754025 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 37 -
CMYK 0 0.45 0.68 0.54
HSL 20.25º 0.52% 0.3% -
HSV(B) 20.25º 0.68% 0.46% -
XYZ 9.5 7.58 2.71 -
YUV 76.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 117 64 37 0 0.45 0.68 0.54 20.25 0.52 0.3
Hex 75 40 25 0 2D 44 36 14 34 1E
Octal 165 100 45 0 55 104 66 24 64 36
Binary 1110101 1000000 100101 0 101101 1000100 110110 10100 110100 11110

Color Harmonies of #754025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754025

Black with #754025

Text Example


Text Example

White with #754025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754025; }

 p { color: rgb(117,64,37); }

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

background-color css

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

 a { background-color: rgb(117,64,37); }

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

border-color css

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

 span { border-color: rgb(117,64,37); }

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