Html Css Color HEX #754016 Peru Tan

📋 copy color: '#754016'

red 117 ◦ green 64 ◦ blue 22

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

Shades of Peru Tan #754016

Tints of Peru Tan #754016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 57.64%
G = 31.53%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#754016 (or 0x754016) is known color: Peru Tan. HEX triplet: 75, 40 and 16. RGB value is (117,64,22). Sum of RGB (Red+Green+Blue) = 117+64+22=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #754016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754016 is #8ABFE9. Grayscale: #4B4B4B. Windows color (decimal): -9093098 or 1458293. OLE color: 1458293.

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

Color convert

RGB 117 64 22 -
CMYK 0 0.45 0.81 0.54
HSL 26.53º 0.68% 0.27% -
HSV(B) 26.53º 0.81% 0.46% -
XYZ 9.31 7.51 1.72 -
YUV 75.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 117 64 22 0 0.45 0.81 0.54 26.53 0.68 0.27
Hex 75 40 16 0 2D 51 36 1B 44 1B
Octal 165 100 26 0 55 121 66 33 104 33
Binary 1110101 1000000 10110 0 101101 1010001 110110 11011 1000100 11011

Color Harmonies of #754016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754016

Black with #754016

Text Example


Text Example

White with #754016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754016; }

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

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

background-color css

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

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

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

border-color css

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

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

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