Html Css Color HEX #754522 Peru Tan

📋 copy color: '#754522'

red 117 ◦ green 69 ◦ blue 34

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

Shades of Peru Tan #754522

Tints of Peru Tan #754522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 53.18%
G = 31.36%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#754522 (or 0x754522) is known color: Peru Tan. HEX triplet: 75, 45 and 22. RGB value is (117,69,34). Sum of RGB (Red+Green+Blue) = 117+69+34=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #754522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754522 is #8ABADD. Grayscale: #4F4F4F. Windows color (decimal): -9091806 or 2246005. OLE color: 2246005.

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

Color convert

RGB 117 69 34 -
CMYK 0 0.41 0.71 0.54
HSL 25.3º 0.55% 0.3% -
HSV(B) 25.3º 0.71% 0.46% -
XYZ 9.75 8.15 2.57 -
YUV 79.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 117 69 34 0 0.41 0.71 0.54 25.3 0.55 0.3
Hex 75 45 22 0 29 47 36 19 37 1E
Octal 165 105 42 0 51 107 66 31 67 36
Binary 1110101 1000101 100010 0 101001 1000111 110110 11001 110111 11110

Color Harmonies of #754522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754522

Black with #754522

Text Example


Text Example

White with #754522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754522; }

 p { color: rgb(117,69,34); }

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

background-color css

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

 a { background-color: rgb(117,69,34); }

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

border-color css

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

 span { border-color: rgb(117,69,34); }

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